zhangyunhao116 / fastrandLinks
Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.
☆32Updated 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.☆208Updated 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.☆256Updated 2 years ago
- ☆119Updated 2 years ago
- A faster Protobuf serializer & deserializer.☆97Updated 10 months 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 concurrent map for go☆49Updated 11 months ago
- A very fast dynamic Thrift serializer & deserializer.☆126Updated 2 months ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆139Updated last month
- Deep copy things☆27Updated last year
- Lock-free ring buffer by golang☆52Updated 2 years ago
- lock-free queue and other implementations☆127Updated last year
- Deprecated! See https://github.com/golang-design/go2generics.☆24Updated 3 years ago
- ☆24Updated 3 months ago
- ☆74Updated last year
- A fast little LRU cache for Go☆170Updated 2 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- Go Stream, like Java 8 Stream.☆95Updated last year
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- ⚡️ lock-free utilities in Go☆156Updated last year
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- Go语言猴子补丁框架☆128Updated last year
- A thread safe map which has expiring key-value pairs.☆75Updated last year
- Simple and high-performance data structures and algorithms library☆59Updated 8 months 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…☆133Updated 2 weeks ago
- Performance related examples for Go☆29Updated last year
- Patch all Go functions for testing☆257Updated last year
- Experimental packages not in std and golang.org/exp☆77Updated 5 months ago
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated last year
- Cache benchmark for Golang☆73Updated last year
- A highly optimized double-ended queue☆199Updated last year