zhangyunhao116 / pdqsort
Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.
☆113Updated last year
Related projects ⓘ
Alternatives and complementary repositories for pdqsort
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆136Updated 3 months ago
- A very fast dynamic Thrift serializer & deserializer.☆113Updated this week
- ☆111Updated last year
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆243Updated last year
- 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.☆176Updated 2 months ago
- A faster Protobuf serializer & deserializer.☆88Updated 3 months ago
- Lock-free ring buffer by golang☆48Updated last year
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆168Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆154Updated last year
- Slides and Links for 2022 GopherCon talks☆82Updated last year
- Dynamically and efficiently operate RPC data for Go☆148Updated this week
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- The assembler from the Go compiler, in library form.☆166Updated 3 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆38Updated last year
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆76Updated last year
- ⚡️ lock-free utilities in Go☆151Updated 6 months ago
- ☆110Updated last year
- Fast and scalable pseudorandom generator for Go☆200Updated 3 years ago
- High performance LRU cache☆204Updated 2 weeks ago
- Golang Epoll Support - Linux☆19Updated 5 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆214Updated last year
- Patch all Go functions for testing☆254Updated 11 months ago
- Performance related examples for Go☆27Updated 9 months ago
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆30Updated 5 months ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆151Updated 2 years ago
- a library to curb OOMs by running Go GC according to a user-defined policy.☆80Updated last year
- a thread-safe concurrent map for go☆49Updated 4 months ago
- A fast little LRU cache for Go☆157Updated last year
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆45Updated last year