golang-design / lockfreeLinks
⚡️ lock-free utilities in Go
☆156Updated last year
Alternatives and similar repositories for lockfree
Users that are interested in lockfree are comparing it to the libraries listed below
Sorting:
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- ☆121Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- errgroup with goroutine worker limits☆164Updated 2 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆208Updated 9 months ago
- auto adjust your GOGC value☆228Updated 9 months ago
- Zero-allocation type-safe pool for Go☆235Updated 2 years ago
- A highly optimized double-ended queue☆199Updated last year
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆157Updated 2 years ago
- ☆119Updated 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.☆256Updated 2 years ago
- concurrency utilities☆299Updated 5 years ago
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- Server for benchmarking pure Go key/value databases☆159Updated last year
- Cache benchmark for Golang☆72Updated last year
- Fastest and most efficient goroutine pool (experimental)☆141Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- Expirable Go LRC\LRU cache without goroutines☆85Updated 2 months ago
- High resolution timing and benchmarking for Go☆260Updated 4 years ago
- Fast resizable golang semaphore primitive☆178Updated 4 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆139Updated last month
- A fast little LRU cache for Go☆170Updated 2 years ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- Yet another Go package which parses a Protocol Buffer file (proto2+proto3)☆194Updated 3 weeks ago
- The `io_uring` library and runtime for GO☆133Updated last month
- Go Pooling Helpers☆115Updated 4 years ago
- Experimental packages not in std and golang.org/exp☆77Updated 5 months ago
- System V shared memory functions in pure Go.☆133Updated 8 months ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated this week