golang-design / lockfree
⚡️ lock-free utilities in Go
☆153Updated 9 months ago
Alternatives and similar repositories for lockfree:
Users that are interested in lockfree are comparing it to the libraries listed below
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated last year
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆204Updated 6 months ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- ☆118Updated last year
- auto adjust your GOGC value☆224Updated 6 months ago
- ☆116Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆282Updated 2 years ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆254Updated last year
- A highly optimized double-ended queue☆192Updated last year
- A fast little LRU cache for Go☆167Updated last year
- a unified channel package for buffered, unbuffered, and unbounded channels☆39Updated 2 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆98Updated last month
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆139Updated 7 months ago
- goroutine local storage (use context instead if possible)☆75Updated 3 weeks ago
- concurrency utilities☆293Updated 5 years ago
- Fast and scalable pseudorandom generator for Go☆203Updated 3 years ago
- ☆225Updated last month
- ☆80Updated 3 weeks ago
- high-performance common weighted algorithm library☆202Updated last year
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆138Updated 2 years ago
- Fast resizable golang semaphore primitive☆175Updated 3 years ago
- A fast, threadsafe skip list in Go☆265Updated 3 years ago
- errgroup with goroutine worker limits☆162Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆156Updated last year
- A faster Protobuf serializer & deserializer.☆91Updated 6 months ago
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- The assembler from the Go compiler, in library form.☆176Updated 4 years ago
- A distributed in-memory key-value store built using hashicorp/memberlist with HTTP API☆144Updated last month
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- Go Pooling Helpers☆113Updated 4 years ago