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
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.☆210Updated 8 months ago
- A faster Protobuf serializer & deserializer.☆96Updated 9 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.☆257Updated 2 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 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
- A thread safe map which has expiring key-value pairs.☆75Updated last year
- Fast and scalable pseudorandom generator for Go☆205Updated 3 years ago
- Deep copy things☆27Updated last year
- a thread-safe concurrent map for go☆49Updated 11 months ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- ☆75Updated last year
- Go语言猴子补丁框架☆129Updated last year
- A fast little LRU cache for Go☆170Updated 2 years ago
- ☆119Updated 2 years ago
- Fork of github.com/apcera/termtables☆65Updated 5 years ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- ☆24Updated 3 months ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆139Updated 3 weeks ago
- ⚡️ lock-free utilities in Go☆156Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- Experimental packages not in std and golang.org/exp☆78Updated 5 months ago
- The assembler from the Go compiler, in library form.☆183Updated 4 years ago
- Patch all Go functions for testing☆258Updated last year
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- lock-free queue and other implementations☆128Updated last year
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated 2 months ago
- sysconf for Go, without using cgo☆144Updated 2 weeks ago
- Golang Epoll Support - Linux☆19Updated 5 years ago
- Lock-free ring buffer by golang☆51Updated 2 years ago
- 🔥gg is a basic library of generics for Go language developed by ByteDance. It is based on the Go 1.18+ generic features and provides eff…☆91Updated this week