golang-design / lockfree
⚡️ lock-free utilities in Go
☆152Updated 8 months ago
Alternatives and similar repositories for lockfree:
Users that are interested in lockfree are comparing it to the libraries listed below
- A highly optimized double-ended queue☆189Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆281Updated 2 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆98Updated last week
- ☆117Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- ☆116Updated last year
- Zero-allocation type-safe pool for Go☆230Updated 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.☆202Updated 5 months ago
- Fast and scalable pseudorandom generator for Go☆202Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆137Updated 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.☆251Updated last year
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆39Updated 2 years ago
- auto adjust your GOGC value☆223Updated 5 months ago
- goroutine local storage (use context instead if possible)☆74Updated 2 months ago
- A fast little LRU cache for Go☆167Updated last year
- Go Pooling Helpers☆113Updated 4 years ago
- The `io_uring` library and runtime for GO☆126Updated 2 years ago
- lock-free queue and other implementations☆127Updated last year
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆156Updated last year
- Package netpoll implements a network poller based on epoll/kqueue.☆54Updated last year
- Load file-backed memory☆120Updated 2 years ago
- A fast, threadsafe skip list in Go☆265Updated 3 years ago
- errgroup with goroutine worker limits☆162Updated 2 years ago
- Patch all Go functions for testing☆254Updated last year
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆137Updated 2 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆136Updated 6 months ago
- The assembler from the Go compiler, in library form.☆175Updated 4 years ago