zhangyunhao116 / fastrandLinks
Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.
☆33Updated 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.☆213Updated 11 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.☆260Updated 2 years ago
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- a thread-safe concurrent map for go☆49Updated last year
- A fast little LRU cache for Go☆172Updated 2 years ago
- ☆122Updated 2 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆152Updated 3 years ago
- A thread safe map which has expiring key-value pairs.☆74Updated last year
- 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.☆119Updated 2 years ago
- Experimental packages not in std and golang.org/exp☆79Updated 7 months ago
- Deep copy things☆26Updated 2 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆141Updated 3 months ago
- A faster Protobuf serializer & deserializer.☆99Updated last year
- ⚡️ lock-free utilities in Go☆162Updated last year
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- lock-free queue and other implementations☆129Updated last year
- Server for benchmarking pure Go key/value databases☆161Updated 2 years ago
- Package for getting the runtime ID of a goroutine☆49Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆287Updated 2 years ago
- Performance related examples for Go☆29Updated last year
- Patch all Go functions for testing☆259Updated last year
- Faster substitution of tidwall/gjson☆43Updated 10 months ago
- Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化☆301Updated 2 years ago
- The assembler from the Go compiler, in library form.☆192Updated 4 years ago
- Clone any Go data structure deeply and thoroughly.☆321Updated 3 months ago
- A Rust-inspired declarative-programming and generic-type module for Golang that helps avoid bugs and improve development efficiency.☆121Updated last month
- A very fast dynamic Thrift serializer & deserializer.☆127Updated this week
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- auto adjust your GOGC value☆228Updated 11 months ago