yourbasic / radixLinks
A fast string sorting algorithm (MSD radix sort)
☆194Updated 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☆168Updated 3 years ago
- A typed implementation of the Go sync.Map using code generation☆257Updated 2 years ago
- Storing strings without GC overhead☆84Updated last week
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- xxh3 fast hash function☆104Updated 6 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- Go reflection simplified☆102Updated last year
- High resolution timing and benchmarking for Go☆265Updated last month
- Load file-backed memory☆122Updated 3 years ago
- A complete solution for static files in Go code☆129Updated last year
- Probabilistic set data structure☆88Updated 8 years ago
- a small circular ring buffer library in go / golang☆187Updated 6 years ago
- Golang circular (ring) buffer☆177Updated 3 years ago
- Static bit vector structures library☆72Updated 6 years ago
- Fast resizable golang semaphore primitive☆177Updated 4 years ago
- [CLOSED] Web tool for interactive playing with Golang struct sizes.☆52Updated 5 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- Templates, generics engine for Go☆136Updated 7 years ago
- Concurrent Buffered IO in Go #golang☆249Updated 3 years ago
- Fast Concurrent / Parallel Sorting in Go☆142Updated 4 months ago
- an in-memory LRU string-string map with expiration for golang☆109Updated 7 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Managing go application shutdown with signals.☆198Updated last year
- Intern Go strings☆97Updated 2 years ago
- Useful Go String methods☆192Updated 2 years ago
- Simple string pattern matcher for Go☆136Updated 3 months ago
- A memory allocator for Go.☆87Updated 5 years ago
- A library for graceful restarts in Go.☆96Updated 8 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 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…☆171Updated 7 years ago