yourbasic / radixLinks
A fast string sorting algorithm (MSD radix sort)
☆193Updated 7 years ago
Alternatives and similar repositories for radix
Users that are interested in radix are comparing it to the libraries listed below
Sorting:
- Bitset data structure☆164Updated 2 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- Templates, generics engine for Go☆136Updated 6 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- A complete solution for static files in Go code☆129Updated last year
- Static bit vector structures library☆72Updated 6 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Load file-backed memory☆121Updated 2 years ago
- Storing strings without GC overhead☆84Updated this week
- Useful Go String methods☆191Updated 2 years ago
- Golang circular (ring) buffer☆176Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- Intern Go strings☆95Updated last year
- a small circular ring buffer library in go / golang☆188Updated 6 years ago
- Go reflection simplified☆102Updated 10 months ago
- Non-Invasive goroutine inspector☆92Updated last month
- Concurrent Buffered IO in Go #golang☆249Updated 3 years ago
- ZebraPack format is like gobs version 2: serialization in Go, *but* extremely fast and friendly to other languages. Use Go as your schema…