valyala / fastrand
Fast and scalable pseudorandom generator for Go
☆206Updated 3 years ago
Alternatives and similar repositories for fastrand:
Users that are interested in fastrand are comparing it to the libraries listed below
- errgroup with goroutine worker limits☆163Updated 2 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆284Updated 2 years ago
- concurrency utilities☆293Updated 5 years ago
- Go Pooling Helpers☆113Updated 4 years ago
- CyclicBarrier golang implementation☆153Updated 4 years ago
- Fast resizable golang semaphore primitive☆175Updated 4 years ago
- ⚡️ lock-free utilities in Go☆155Updated 10 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆157Updated 2 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- Buffer/Byte pool for Go☆474Updated 5 years ago
- A Go package providing a filesystem-backed FIFO queue☆478Updated last year
- Clone any Go data structure deeply and thoroughly.☆309Updated 11 months ago
- ☆475Updated 3 weeks ago
- Customizable TCP net.Listener for Go☆148Updated 2 years ago
- A fast, threadsafe skip list in Go☆266Updated 3 years ago
- Fast, fully fledged murmur3 in Go.☆325Updated last year
- auto adjust your GOGC value☆227Updated 7 months ago
- reflect api without runtime reflect.Value cost☆786Updated 3 weeks ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 9 months ago
- Bitset data structure☆163Updated 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
- A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.☆163Updated 3 years ago
- High resolution timing and benchmarking for Go☆259Updated 4 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆226Updated 5 years ago
- high-performance common weighted algorithm library☆202Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 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
- Fast golang queue using ring-buffer☆621Updated 2 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆395Updated 10 months ago
- A Go redis cluster client built on top of redigo.☆232Updated last year