zhangyunhao116 / pdqsort
Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.
☆118Updated 2 years ago
Alternatives and similar repositories for pdqsort
Users that are interested in pdqsort are comparing it to the libraries listed below
Sorting:
- 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.☆210Updated 8 months ago
- A very fast dynamic Thrift serializer & deserializer.☆125Updated last month
- A faster Protobuf serializer & deserializer.☆96Updated 8 months ago
- ☆118Updated 2 years ago
- lock-free queue and other implementations☆127Updated last year
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆139Updated 2 weeks ago
- Server for benchmarking pure Go key/value databases☆158Updated last year
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆32Updated 11 months ago
- ⚡️ lock-free utilities in Go☆156Updated 11 months ago
- The assembler from the Go compiler, in library form.☆183Updated 4 years ago
- Dynamically and efficiently operate RPC data for Go☆164Updated 2 weeks ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- Lock-free ring buffer by golang☆51Updated 2 years ago
- ☆24Updated 2 months ago
- Fast and scalable pseudorandom generator for Go☆205Updated 3 years ago
- Interactive Assembler for Go☆64Updated 6 months ago
- ☆75Updated last year
- Experimental packages not in std and golang.org/exp☆78Updated 4 months ago
- Go语言猴子补丁框架☆129Updated last year
- Patch all Go functions for testing☆256Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- xDS support for Kitex and enables Kitex to perform in Proxyless mode with Istio.☆36Updated 5 months ago
- 字节内推👇🏻☆57Updated last year
- 🌈 raft-badger implements LogStore and StableStore Interface of hashicorp/raft. 🔥☆53Updated 2 years ago
- ☆54Updated 2 years ago
- ☆121Updated last year
- test popular rpc benchmarks at same throughputs with share clients☆81Updated 5 months ago
- Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化☆297Updated last year