beevik / prefixtreeLinks
A prefix tree (trie) implementation in go
☆39Updated last year
Alternatives and similar repositories for prefixtree
Users that are interested in prefixtree are comparing it to the libraries listed below
Sorting:
- Intern Go strings☆97Updated 2 years ago
- fast int64-int64 map for go☆99Updated last month
- A go function to report total system memory☆207Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- Fast Concurrent / Parallel Sorting in Go☆142Updated 4 months ago
- uint128 for Go☆260Updated last year
- A collection of Go utility packages used by GRAIL's tools☆99Updated last year
- Storing strings without GC overhead☆84Updated 2 weeks ago
- Optimized bit-level Reader and Writer for Go.☆254Updated 2 years ago
- ☆122Updated 2 years ago
- Helper tool for manual Go code optimization.☆137Updated 9 months ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Detect all kinds of leaks in Go☆133Updated 10 years ago
- Concurrent Buffered IO in Go #golang☆249Updated 3 years ago
- ☆101Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆294Updated last year
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆70Updated last year
- Various golang benchmarks I've written☆110Updated 7 years ago
- A fast string sorting algorithm (MSD radix sort)☆194Updated 7 years ago
- Go package to simulate bandwidth, latency and packet loss for net.PacketConn and net.Conn interfaces☆321Updated 6 years ago
- A prefix tree implementation in go☆44Updated last year
- Cluster analysis library for Golang☆95Updated 6 years ago
- Golang helpers for data sizes (kilobytes, petabytes), human readable sizes, parsing☆163Updated 2 years ago
- Go implementation of the Snowball stemmers☆285Updated last month
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- xxh3 fast hash function☆104Updated 6 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆90Updated 5 years ago
- An Go library of synchronization primitives to help make use of hardware transactional memory (HTM)☆94Updated 3 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Faster base64 encoding for Go☆184Updated 2 years ago