zhangyunhao116 / fastrandLinks
Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.
☆34Updated last year
Alternatives and similar repositories for fastrand
Users that are interested in fastrand are comparing it to the libraries listed below
Sorting:
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆220Updated last year
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆262Updated 2 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆118Updated 2 years ago
- ☆126Updated 2 years ago
- A thread safe map which has expiring key-value pairs.☆74Updated last year
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆141Updated 5 months ago
- A fast little LRU cache for Go☆173Updated 2 years ago
- Fast and scalable pseudorandom generator for Go☆208Updated 4 years ago
- a thread-safe concurrent map for go☆48Updated last year
- ⚡️ lock-free utilities in Go☆162Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆152Updated 3 years ago
- A faster Protobuf serializer & deserializer.☆102Updated last year
- Experimental packages not in std and golang.org/exp☆80Updated 9 months ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆288Updated 2 years ago
- The assembler from the Go compiler, in library form.☆193Updated 4 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- sysconf for Go, without using cgo☆146Updated last week
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- lock-free queue and other implementations☆128Updated 2 years ago
- A highly optimized double-ended queue☆201Updated 2 years ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆25Updated 7 months ago
- The `io_uring` library and runtime for GO☆149Updated 5 months ago
- Clone any Go data structure deeply and thoroughly.☆324Updated 5 months ago
- Fast and easy-to-use skip list for Go.☆424Updated last year
- Zero-allocation type-safe pool for Go☆244Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- auto adjust your GOGC value☆230Updated last year
- A Rust-inspired declarative-programming and generic-type module for Golang that helps avoid bugs and improve development efficiency.☆121Updated 3 months ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 4 years ago