dustinxie / lockfreeLinks
Golang lock-free Hashmap and List
☆71Updated 2 years ago
Alternatives and similar repositories for lockfree
Users that are interested in lockfree are comparing it to the libraries listed below
Sorting:
- ☆123Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆123Updated 4 months ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 5 months ago
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆207Updated 2 years ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆88Updated last year
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆75Updated 2 months ago
- Storing strings without GC overhead☆84Updated last month
- The size of variable at runtime☆152Updated last year
- Fx is a useful functional programming helpers.☆78Updated 3 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- Zero-allocation type-safe pool for Go☆244Updated 2 years ago
- Package for getting the runtime ID of a goroutine☆49Updated 3 weeks ago
- A better Generic Pool (sync.Pool)☆68Updated 6 months ago
- Expirable Go LRC\LRU cache without goroutines☆89Updated last month
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆84Updated 9 months ago
- Easy and intuitive Go Benchmark Results Viewer.☆71Updated 3 years ago
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆163Updated 2 years ago
- WebSocket for fasthttp☆65Updated 7 months ago
- MUS format serializer for Go☆119Updated last week
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆51Updated 8 months ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- Expression evaluator for Go☆77Updated 7 months ago
- A golang map in which entries expire after given a time period☆58Updated last year
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆69Updated last year
- Synchronization and asynchronous computation package for Go☆278Updated 3 months ago
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆240Updated 11 months ago