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:
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- ☆123Updated 2 years ago
- Expression evaluator for Go☆80Updated this week
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆77Updated 5 months ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆91Updated 2 months ago
- Storing strings without GC overhead☆85Updated last month
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆126Updated 7 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 8 months ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Load file-backed memory☆122Updated 3 years ago
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆208Updated 2 years ago
- Ordered-concurrently a library for concurrent processing with ordered output in Go. Process work concurrently and returns output in a cha…☆44Updated 2 years ago
- Fx is a useful functional programming helpers.☆78Updated 4 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 3 years ago
- Optional values for Go☆104Updated last year
- MUS format serializer for Go☆120Updated 3 months ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆85Updated last year
- Zero-allocation type-safe pool for Go☆251Updated 2 years ago
- Generic sorted map for Go with red-black tree under the hood☆67Updated 3 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 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…☆163Updated 2 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆73Updated last year
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 6 months ago
- Fast Concurrent / Parallel Sorting in Go☆143Updated 5 months ago
- The size of variable at runtime☆155Updated last year
- A Kafka log inspired in-memory and append-only data structure☆134Updated last month
- Package for fast copying structs of different types☆52Updated 5 years ago
- Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.☆48Updated last month