derekparker / trieLinks
Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.
☆786Updated 2 months ago
Alternatives and similar repositories for trie
Users that are interested in trie are comparing it to the libraries listed below
Sorting:
- Golang implementation of Radix trees☆931Updated last year
- Fast golang queue using ring-buffer☆636Updated 2 years ago
- Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go☆896Updated 2 years ago
- A portable mmap package for Go☆1,080Updated last year
- An immutable radix tree implementation in Golang☆1,081Updated this week
- Visualise Go program GC trace data in real time☆1,098Updated 6 years ago
- Go package implementing bitsets☆1,467Updated 2 weeks ago
- Golang channel helpers and special types☆811Updated last year
- The Snappy compression format in the Go programming language.☆1,570Updated 9 months ago
- Buffer/Byte pool for Go☆480Updated 6 years ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆602Updated 3 years ago
- a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation☆730Updated 4 years ago
- A disk-backed key-value store.☆1,456Updated 4 years ago
- Native MurmurHash3 Go implementation☆1,013Updated 2 years ago
- [mirror] concurrency primitives☆906Updated last week
- A Left-Leaning Red-Black (LLRB) implementation of balanced binary search trees for Google Go☆818Updated 3 years ago
- Consistent hashing "hashring" implementation in golang (using the same algorithm as libketama)☆585Updated 5 years ago
- A Go code generator for MessagePack / msgpack.org[Go]☆1,911Updated last week
- A golang LRU Cache for high concurrency☆1,383Updated last month
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated last year
- idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]☆1,922Updated last month
- Wrapper types for sync/atomic which enforce atomic access☆1,438Updated 8 months ago
- Goroutine local storage☆687Updated 3 years ago
- Golang geohash library☆570Updated last year
- Goroutine Leak Detector☆1,044Updated 5 years ago
- [mirror] Performance measurement, storage, and analysis.☆389Updated last week
- Persistent stacks and queues for Go backed by LevelDB☆864Updated 11 months ago
- Type-safe, zero-allocation sets for Go☆820Updated 5 years ago
- Lightweight Goroutine pool☆742Updated 6 years ago
- Decode / encode XML to/from map[string]interface{} (or JSON); extract values with dot-notation paths and wildcards. Replaces x2j and j2x…☆632Updated 4 months ago