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:
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆88Updated last year
- ☆122Updated 2 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated 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 2 years ago
- Storing strings without GC overhead☆84Updated last week
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 4 months ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆121Updated 3 months ago
- Off heap golang memory pool☆60Updated 4 years ago
- Expression evaluator for Go☆77Updated 5 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- MUS format serializer for Go☆117Updated 2 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆220Updated 2 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆139Updated last month
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆206Updated 2 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆74Updated last month
- Pure Go SQL parser☆164Updated 2 months ago
- A Kafka log inspired in-memory and append-only data structure☆134Updated 2 weeks ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- ☆83Updated 3 months ago
- A better Generic Pool (sync.Pool)☆68Updated 5 months ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 5 months ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 9 months ago
- Simple and efficient WAL implementation in Go 🚀☆61Updated 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
- Simplicity-focused, template based SQL query builder☆66Updated 2 years ago
- ☆249Updated 2 weeks ago
- ☆27Updated 3 years ago
- Simple building blocks for protobuf marshaling and unmarshaling☆200Updated last year