dustinxie / lockfreeLinks
Golang lock-free Hashmap and List
☆70Updated 2 years ago
Alternatives and similar repositories for lockfree
Users that are interested in lockfree are comparing it to the libraries listed below
Sorting:
- ☆122Updated 2 years ago
- MUS format serializer for Go☆115Updated 3 weeks ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated last month
- Expression evaluator for Go☆76Updated 4 months ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆89Updated 11 months ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- ☆83Updated 2 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 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…☆162Updated last year
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆205Updated 2 years ago
- Easy and intuitive Go Benchmark Results Viewer.☆71Updated 2 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 3 months ago
- WebSocket for fasthttp☆65Updated 4 months ago
- a thread-safe concurrent map for go☆97Updated last year
- A Kafka log inspired in-memory and append-only data structure☆133Updated last month
- Fast Concurrent / Parallel Sorting in Go☆137Updated last week
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆83Updated 7 months ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Expirable Go LRC\LRU cache without goroutines☆89Updated 3 months ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆135Updated 2 months ago
- Fx is a useful functional programming helpers.☆79Updated 3 years ago
- Simplicity-focused, template based SQL query builder☆65Updated 2 years ago
- A high performance in memory distributed cache☆65Updated 6 months ago
- Simple managed reload mechanism for Go☆47Updated 10 months ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- A better Generic Pool (sync.Pool)☆68Updated 3 months ago
- ☆27Updated 3 years ago