zhangyunhao116 / pdqsort
Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.
☆115Updated 2 years ago
Alternatives and similar repositories for pdqsort:
Users that are interested in pdqsort are comparing it to the libraries listed below
- A faster Protobuf serializer & deserializer.☆91Updated 5 months ago
- A very fast dynamic Thrift serializer & deserializer.☆121Updated 3 weeks ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 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.☆200Updated 5 months ago
- lock-free queue and other implementations☆127Updated last year
- ☆114Updated last year
- ☆24Updated 4 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.☆251Updated last year
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆136Updated 5 months ago
- ⚡️ lock-free utilities in Go☆151Updated 8 months ago
- Lock-free ring buffer by golang☆50Updated 2 years ago
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆32Updated 8 months ago
- Dynamically and efficiently operate RPC data for Go☆156Updated 2 weeks ago
- ☆75Updated last year
- Server for benchmarking pure Go key/value databases☆155Updated last year
- A fast little LRU cache for Go☆168Updated last year
- ☆54Updated 2 years ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- Go语言猴子补丁框架☆125Updated 8 months ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated 3 months ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆38Updated 2 years ago
- Patch all Go functions for testing☆254Updated last year
- 救命用的profile☆41Updated 2 years ago
- An extremely fast Non-crypto-safe AES Based Hash algorithm for Big Data☆64Updated 4 years ago
- Interactive Assembler for Go☆63Updated 2 months ago
- Performance related examples for Go☆27Updated last year
- ☆29Updated 3 years ago
- A compile-time source code rewritten based mock framework☆25Updated 10 months ago
- Service Reliability Algorithm☆190Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago