beevik / prefixtree
A prefix tree (trie) implementation in go
☆36Updated 7 months ago
Alternatives and similar repositories for prefixtree:
Users that are interested in prefixtree are comparing it to the libraries listed below
- A spinlock implementation for Go.☆61Updated 4 years ago
- Intern Go strings☆94Updated last year
- fast int64-int64 map for go☆95Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 7 months ago
- Buffered Reader/Writer☆75Updated 5 months ago
- Fast Concurrent / Parallel Sorting in Go☆134Updated 9 months ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆86Updated 4 years ago
- ☆78Updated 4 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆56Updated 7 years ago
- xxh3 fast hash function☆104Updated 5 years ago
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 2 years ago
- Stream bytes to multiple independent Readers #golang☆91Updated last year
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆69Updated 5 years ago
- Matcher is a fast path matcher/globber supporting globstar/doublestar☆52Updated 2 years ago
- Minimal perfect hashing in Go☆72Updated 2 years ago
- Expression evaluator for Go☆68Updated 11 months ago
- ☆91Updated last month
- Go implementation of Adiantum☆90Updated 8 months ago
- Image resizing in pure Go and SIMD☆213Updated 7 years ago
- A collection of Go utility packages used by GRAIL's tools☆92Updated 9 months ago
- A fast userspace CSPRNG☆88Updated 4 months ago
- Storing strings without GC overhead☆82Updated 5 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- TryLock for Go☆66Updated 5 years ago
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- wyhash fast non-cryptographic string hash☆35Updated 4 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆162Updated 3 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 6 months ago