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 very fast dynamic Thrift serializer & deserializer.☆121Updated this week
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆203Updated 6 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.☆253Updated last year
- ☆116Updated last year
- A faster Protobuf serializer & deserializer.☆90Updated 6 months ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆136Updated 6 months ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆38Updated 2 years ago
- The assembler from the Go compiler, in library form.☆175Updated 4 years ago
- ☆24Updated last week
- lock-free queue and other implementations☆127Updated last year
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- Dynamically and efficiently operate RPC data for Go☆158Updated this week
- ⚡️ lock-free utilities in Go☆152Updated 9 months ago
- Lock-free ring buffer by golang☆51Updated 2 years ago
- Interactive Assembler for Go☆64Updated 4 months ago
- Go语言猴子补丁框架☆128Updated 9 months ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆156Updated last year
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆32Updated 9 months ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated 4 months ago
- Golang Epoll Support - Linux☆19Updated 5 years ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆77Updated last year
- Go implementation of B plus tree☆33Updated 2 years ago
- Performance related examples for Go☆27Updated last year
- a library to curb OOMs by running Go GC according to a user-defined policy.☆81Updated last year
- Fast and scalable pseudorandom generator for Go☆203Updated 3 years ago
- A compile-time source code rewritten based mock framework☆25Updated 11 months ago
- SlimArray compresses uint32 into several bits, by using a polynomial to describe overall trend of an array.☆52Updated 2 years ago
- ☆38Updated last year
- Implement golang generic by code generating like C++ template (monomorphization)☆104Updated 3 years ago