dustinxie / lockfreeLinks
Golang lock-free Hashmap and List
☆73Updated 3 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
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 9 months ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆91Updated 3 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Storing strings without GC overhead☆86Updated last month
- MUS format serializer for Go☆120Updated 3 months ago
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆208Updated 3 years ago
- Expression evaluator for Go☆80Updated 3 weeks ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- ☆85Updated 8 months ago
- ⚡️ lock-free utilities in Go☆164Updated last year
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆73Updated last year
- Package for getting the runtime ID of a goroutine☆49Updated 4 months ago
- Fast Concurrent / Parallel Sorting in Go☆144Updated 5 months ago
- ☆27Updated 3 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆126Updated 7 months ago
- A better Generic Pool (sync.Pool)☆70Updated 9 months ago
- Fx is a useful functional programming helpers.☆78Updated 4 years ago
- The size of variable at runtime☆155Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆77Updated 5 months ago
- Generic sorted map for Go with red-black tree under the hood☆67Updated 3 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆51Updated last month
- Expirable Go LRC\LRU cache without goroutines☆93Updated 2 months ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 10 months 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
- A spinlock implementation for Go.☆63Updated 5 years ago