beevik / prefixtree
A prefix tree (trie) implementation in go
☆36Updated 6 months ago
Alternatives and similar repositories for prefixtree:
Users that are interested in prefixtree are comparing it to the libraries listed below
- fast int64-int64 map for go☆95Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆134Updated 8 months ago
- A spinlock implementation for Go.☆61Updated 3 years ago
- Intern Go strings☆92Updated last year
- Access Times for files #golang☆42Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 6 months ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆86Updated 4 years ago
- 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
- Promise to the Go compiler that your Reads and Writes are well-behaved☆56Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- Golang utlities to make your life easier with zero allocations☆47Updated 6 months ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Probabilistic set data structure☆86Updated 7 years ago
- Expression evaluator for Go☆67Updated 10 months ago
- Accompanying code for Gophercon Russia 2019 talk about Bitmap Indexes☆54Updated 5 years ago
- A fast string sorting algorithm (MSD radix sort)☆192Updated 6 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- xxh3 fast hash function☆104Updated 5 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆55Updated 7 years ago
- ☆90Updated 3 weeks ago
- importable versions of parts of the Go standard library☆49Updated 2 years ago
- A helper tool to work with profile.proto (pprof) files☆60Updated 2 years ago
- Load file-backed memory☆121Updated 2 years ago
- A prefix tree implementation in go☆41Updated 9 months ago
- Various golang benchmarks I've written☆108Updated 6 years ago
- Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without losing the ACID propert…☆40Updated last year
- Simple string pattern matcher for Go☆126Updated 9 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆64Updated 5 months ago
- Sync primitive for golang. Key + Mutex = Kmutex☆34Updated 2 months ago
- A collection of Go utility packages used by GRAIL's tools☆91Updated 8 months ago