golang-design / lockfree
⚡️ lock-free utilities in Go
☆149Updated 5 months ago
Related projects ⓘ
Alternatives and complementary repositories for lockfree
- ☆110Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆213Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆277Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- Zero-allocation type-safe pool for Go☆223Updated last year
- errgroup with goroutine worker limits☆161Updated last year
- Fast and scalable pseudorandom generator for Go☆200Updated 3 years ago
- ☆111Updated last year
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆136Updated 3 months ago
- Load file-backed memory☆121Updated 2 years ago
- The `io_uring` library and runtime for GO☆125Updated 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.☆176Updated 2 months ago
- GC-less, fast and generic LRU hashmap library for Go☆159Updated 2 weeks ago
- concurrency utilities☆288Updated 5 years ago
- Fastest and most efficient goroutine pool (experimental)☆136Updated 2 years ago
- auto adjust your GOGC value☆218Updated 2 months ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆168Updated 2 years ago
- Go Pooling Helpers☆113Updated 4 years ago
- The assembler from the Go compiler, in library form.☆164Updated 3 years ago
- Golang library for io_uring (without CGO)☆131Updated 3 years ago
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 2 years ago
- Cache benchmark for Golang☆67Updated last year
- A highly optimized double-ended queue☆183Updated last year
- a unified channel package for buffered, unbuffered, and unbounded channels☆38Updated last year
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆136Updated 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.☆242Updated last year
- 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☆150Updated last year
- A thread safe map which has expiring key-value pairs.☆72Updated 6 months ago