beevik / prefixtreeLinks
A prefix tree (trie) implementation in go
☆37Updated 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 2 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆89Updated 4 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆109Updated last year
- Intern Go strings☆96Updated last year
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- A collection of Go utility packages used by GRAIL's tools☆95Updated last year
- Fast Concurrent / Parallel Sorting in Go☆137Updated last week
- A spinlock implementation for Go.☆62Updated 4 years ago
- ☆98Updated 6 months ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- A go function to report total system memory☆202Updated 3 years ago
- Implements a deep pretty printer for Go data structures to ease data snapshot creation☆89Updated 9 months ago
- Access Times for files #golang☆42Updated 3 years ago
- Minimal perfect hashing in Go☆73Updated 2 years ago
- An Go library of synchronization primitives to help make use of hardware transactional memory (HTM)☆94Updated 3 years ago
- Go translation of MetroHash☆110Updated 6 months ago
- Bitset data structure☆164Updated 2 years ago
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- The fastest way to xor bytes in Go☆74Updated 4 years ago
- Generic and fast binary serializer for Go☆226Updated last year
- Cookie-Based Web Sessions in Go☆62Updated last year
- Lexer based on Rob Pike's talk on YouTube (view README)☆85Updated 3 years ago
- Various golang benchmarks I've written☆109Updated 7 years ago
- treedrawer is a Go module for drawing trees on the terminal.☆84Updated 4 years ago
- Static bit vector structures library☆72Updated 6 years ago
- Simple string pattern matcher for Go☆127Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago