zhangyunhao116 / fastrand
Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.
☆32Updated 11 months ago
Alternatives and similar repositories for fastrand:
Users that are interested in fastrand 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.☆209Updated 8 months 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
- ☆118Updated 2 years ago
- A faster Protobuf serializer & deserializer.☆95Updated 8 months ago
- Simple and high-performance data structures and algorithms library☆59Updated 6 months ago
- Deep copy things☆27Updated last year
- a thread-safe concurrent map for go☆49Updated 10 months ago
- minimalist in-memory kv storage, powered by hashmap and minimal quad heap.☆50Updated last year
- Go语言猴子补丁框架☆128Updated 11 months ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆116Updated 2 years ago
- A very fast dynamic Thrift serializer & deserializer.☆125Updated last month
- Fast and scalable pseudorandom generator for Go☆205Updated 3 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- ☆75Updated last year
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆139Updated last week
- sysconf for Go, without using cgo☆144Updated 3 weeks ago
- A thread safe map which has expiring key-value pairs.☆75Updated last year
- Experimental packages not in std and golang.org/exp☆78Updated 4 months ago
- Patch all Go functions for testing☆256Updated last year
- A fast little LRU cache for Go☆169Updated last year
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated last month
- ⚡️ lock-free utilities in Go☆156Updated 11 months ago
- Interactive Assembler for Go☆64Updated 6 months ago
- ☆54Updated 2 years ago
- lock-free queue and other implementations☆127Updated last year
- Cache benchmark for Golang☆72Updated last year
- The assembler from the Go compiler, in library form.☆182Updated 4 years ago
- 🐸 Grogudb is a KV Database designed for fast write/scan heavy workloads.☆58Updated last year