dustinxie / lockfreeLinks
Golang lock-free Hashmap and List
☆69Updated 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
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 3 months ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆89Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆219Updated 2 years ago
- Storing strings without GC overhead☆84Updated 5 years ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆121Updated 2 months ago
- Go 1.18+ generic tuple☆94Updated 3 weeks ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated last year
- Ordered-concurrently a library for concurrent processing with ordered output in Go. Process work concurrently and returns output in a cha…☆41Updated 2 years ago
- MUS format serializer for Go☆116Updated last month
- Off heap golang memory pool☆60Updated 4 years ago
- Expression evaluator for Go☆77Updated 5 months ago
- The size of variable at runtime☆150Updated last year
- 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 last year
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆205Updated 2 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 4 months ago
- ☆27Updated 3 years ago
- Easy and intuitive Go Benchmark Results Viewer.☆71Updated 2 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆71Updated 2 weeks ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 8 months ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- ☆83Updated 2 months ago
- Package for fast copying structs of different types☆52Updated 4 years ago
- A Kafka log inspired in-memory and append-only data structure☆134Updated 3 weeks ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- A better Generic Pool (sync.Pool)☆68Updated 4 months ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆83Updated 7 months ago