zhangyunhao116 / pdqsort
Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.
☆116Updated 2 years ago
Alternatives and similar repositories for pdqsort:
Users that are interested in pdqsort are comparing it to the libraries listed below
- 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
- 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 7 months ago
- A faster Protobuf serializer & deserializer.☆92Updated 7 months ago
- ☆118Updated 2 years ago
- A very fast dynamic Thrift serializer & deserializer.☆123Updated this week
- Server for benchmarking pure Go key/value databases☆156Updated last year
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆32Updated 10 months ago
- Lock-free ring buffer by golang☆51Updated 2 years ago
- lock-free queue and other implementations☆127Updated last year
- ⚡️ lock-free utilities in Go☆155Updated 10 months ago
- Implement golang generic by code generating like C++ template (monomorphization)☆104Updated 3 years ago
- 字节内推👇🏻☆54Updated 11 months ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆139Updated 7 months ago
- a library to curb OOMs by running Go GC according to a user-defined policy.☆81Updated last year
- Dynamically and efficiently operate RPC data for Go☆164Updated this week
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated 3 weeks ago
- ☆75Updated last year
- Go语言猴子补丁框架☆129Updated 10 months ago
- Service Reliability Algorithm☆198Updated last year
- ☆118Updated last year
- Golang Epoll Support - Linux☆19Updated 5 years ago
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- 救命用的profile☆41Updated 2 years ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- Interactive Assembler for Go☆64Updated 5 months ago
- ☆38Updated 2 years ago
- Go Stream, like Java 8 Stream.☆93Updated last year