golang-design / lockfree
⚡️ lock-free utilities in Go
☆154Updated 9 months ago
Alternatives and similar repositories for lockfree:
Users that are interested in lockfree are comparing it to the libraries listed below
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆205Updated 6 months ago
- ☆118Updated last year
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆255Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated last year
- Zero-allocation type-safe pool for Go☆230Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆283Updated 2 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆226Updated 5 years ago
- A fast little LRU cache for Go☆167Updated last year
- Fast and scalable pseudorandom generator for Go☆203Updated 3 years ago
- ☆116Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- auto adjust your GOGC value☆224Updated 6 months ago
- Fast resizable golang semaphore primitive☆175Updated 3 years ago
- Experimental packages not in std and golang.org/exp☆78Updated 2 months ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆98Updated last month
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- Go Pooling Helpers☆113Updated 4 years ago
- errgroup with goroutine worker limits☆162Updated 2 years ago
- lock-free queue and other implementations☆127Updated last year
- concurrency utilities☆293Updated 5 years ago
- Load file-backed memory☆120Updated 2 years ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆139Updated 7 months ago
- A highly optimized double-ended queue☆192Updated last year
- Patch all Go functions for testing☆256Updated last year
- A thread safe map which has expiring key-value pairs.☆74Updated 10 months ago
- Server for benchmarking pure Go key/value databases☆156Updated last year
- A fast, threadsafe skip list in Go☆266Updated 3 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 8 months ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago