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:
- fast int64-int64 map for go☆98Updated last month
- A go function to report total system memory☆206Updated 3 years ago
- Intern Go strings☆97Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆142Updated 3 months ago
- uint128 for Go☆255Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- ☆122Updated 2 years ago
- A collection of Go utility packages used by GRAIL's tools☆98Updated last year
- Various golang benchmarks I've written☆110Updated 7 years ago
- Useful Go String methods☆192Updated 2 years ago
- Cluster analysis library for Golang☆95Updated 6 years ago
- The size of variable at runtime☆152Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆294Updated last year
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- A fast string sorting algorithm (MSD radix sort)☆194Updated 7 years ago
- A spinlock implementation for Go.☆63Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Storing strings without GC overhead☆84Updated 2 months ago
- Bitset data structure☆168Updated 2 years ago
- Generic and fast binary serializer for Go☆232Updated last year
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆215Updated last year
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆69Updated last year
- In-memory implementation of Go's `io/fs.FS` interface☆122Updated last year
- Helper tool for manual Go code optimization.☆137Updated 8 months ago
- Expression evaluator for Go☆77Updated 8 months ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆91Updated 5 years ago
- View annotated files based on line-spec☆227Updated last year
- A typed implementation of the Go sync.Map using code generation☆257Updated 2 years ago
- Know when GC runs from inside your golang code☆188Updated 3 years ago