golang-design / lockfree
⚡️ lock-free utilities in Go
☆155Updated 10 months ago
Alternatives and similar repositories for lockfree:
Users that are interested in lockfree are comparing it to the libraries listed below
- auto adjust your GOGC value☆227Updated 7 months ago
- ☆118Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated 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 7 months ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆284Updated 2 years ago
- Zero-allocation type-safe pool for Go☆231Updated last year
- A fast little LRU cache for Go☆168Updated last year
- ☆118Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- errgroup with goroutine worker limits☆163Updated 2 years ago
- Go Pooling Helpers☆113Updated 4 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
- The `io_uring` library and runtime for GO☆127Updated this week
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆555Updated 3 weeks ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆226Updated 5 years ago
- Server for benchmarking pure Go key/value databases☆156Updated last year
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆99Updated 2 months ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆139Updated 8 months ago
- A Golang package for doing a deep copy for (just about) anything☆148Updated last year
- Using tidb-lite to create a TiDB server with mocktikv mode in your application or unit test.☆54Updated 3 years ago
- A faster Protobuf serializer & deserializer.☆95Updated 7 months ago
- The assembler from the Go compiler, in library form.☆177Updated 4 years ago
- Fast resizable golang semaphore primitive☆175Updated 4 years ago
- high-performance common weighted algorithm library☆202Updated last year
- Experimental packages not in std and golang.org/exp☆78Updated 3 months ago
- goroutine local storage (use context instead if possible)☆76Updated last month
- Expirable Go LRC\LRU cache without goroutines☆85Updated last month