zhangyunhao116 / pdqsortLinks
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.☆257Updated 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.☆209Updated 9 months ago
- A very fast dynamic Thrift serializer & deserializer.☆126Updated 2 months ago
- ☆119Updated 2 years ago
- ⚡️ lock-free utilities in Go☆157Updated last year
- Interactive Assembler for Go☆65Updated 7 months ago
- Lock-free ring buffer by golang☆52Updated 2 years ago
- A faster Protobuf serializer & deserializer.☆96Updated 9 months ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆32Updated last year
- lock-free queue and other implementations☆128Updated last year
- The assembler from the Go compiler, in library form.☆185Updated 4 years ago
- Performance related examples for Go☆29Updated last year
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- 🔥gg is a basic library of generics for Go language developed by ByteDance. It is based on the Go 1.18+ generic features and provides eff…☆128Updated this week
- Dynamically and efficiently operate RPC data for Go☆165Updated this week
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 3 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆139Updated last month
- ☆54Updated 2 years ago
- A fast, threadsafe skip list in Go☆266Updated 3 years ago
- ☆23Updated 3 years ago
- A fast little LRU cache for Go☆170Updated 2 years ago
- Patch all Go functions for testing☆258Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆159Updated last year
- ☆75Updated last year
- Fast and easy-to-use skip list for Go.☆416Updated 8 months ago
- ☆24Updated 3 months ago
- Fast and scalable pseudorandom generator for Go☆205Updated 3 years ago
- B+ tree in pure Go.☆94Updated 10 years ago