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
- A very fast dynamic Thrift serializer & deserializer.☆124Updated 3 weeks ago
- A faster Protobuf serializer & deserializer.☆95Updated 8 months ago
- lock-free queue and other implementations☆127Updated last year
- 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
- ☆118Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆157Updated last year
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆139Updated 8 months ago
- ⚡️ lock-free utilities in Go☆156Updated 11 months ago
- Lock-free ring buffer by golang☆51Updated 2 years ago
- The assembler from the Go compiler, in library form.☆180Updated 4 years ago
- ☆24Updated 2 months ago
- Prometheus monitoring for your kitex services.☆22Updated last year
- a unified channel package for buffered, unbuffered, and unbounded channels☆39Updated 2 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆32Updated 10 months ago
- Fast and easy-to-use skip list for Go.☆409Updated 7 months ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- Dynamically and efficiently operate RPC data for Go☆164Updated 2 weeks ago
- A fast little LRU cache for Go☆169Updated last year
- Service Reliability Algorithm☆200Updated last year
- Patch all Go functions for testing☆256Updated last year
- Performance related examples for Go☆27Updated last year
- Go implementation of B plus tree☆33Updated 3 years ago
- Experimental packages not in std and golang.org/exp☆78Updated 4 months ago
- A compile-time source code rewritten based mock framework☆25Updated last year
- Package for getting the runtime ID of a goroutine☆45Updated 11 months ago
- Interactive Assembler for Go☆64Updated 5 months ago