Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.
☆787Jan 24, 2026Updated last month
Alternatives and similar repositories for trie
Users that are interested in trie are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Fast, zero heap allocation Go Trie for runes or paths☆504Sep 20, 2024Updated last year
- Golang implementation of Radix trees☆936Jul 6, 2024Updated last year
- An immutable radix tree implementation in Golang☆1,091Mar 13, 2026Updated last week
- Go package implementing bitsets☆1,489Mar 1, 2026Updated 3 weeks ago
- Adaptive Radix Trees implemented in Go☆412Nov 21, 2025Updated 4 months ago
- A generic patricia trie (also called radix tree) implemented in Go (Golang)☆290Jul 1, 2025Updated 8 months ago
- A prefix tree implementation in go☆45Apr 5, 2024Updated last year
- Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog☆2,851Updated this week
- A collection of useful, performant, and threadsafe Go datastructures.☆7,908Feb 16, 2026Updated last month
- BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support☆4,841Sep 10, 2024Updated last year
- Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).☆1,928Mar 10, 2026Updated last week
- A portable mmap package for Go☆1,096Dec 12, 2024Updated last year
- Fast key-value DB in Go.☆15,523Mar 9, 2026Updated 2 weeks ago
- Cuckoo Filter: Practically Better Than Bloom☆1,221Jul 15, 2024Updated last year
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,095Jul 3, 2024Updated last year
- skiplist for golang☆84Nov 21, 2014Updated 11 years ago
- moss - a simple, fast, ordered, persistable, key-val storage library for golang☆1,017Dec 17, 2024Updated last year
- A high performance memory-bound Go cache☆6,816Jan 21, 2026Updated 2 months ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆4,155Aug 21, 2024Updated last year
- Fast event-loop networking for Go☆6,038Oct 22, 2023Updated 2 years ago
- Golang in-memory database built on immutable radix trees☆3,451Mar 13, 2026Updated last week
- A tool to list and diagnose Go processes currently running on your system☆7,001Jan 8, 2026Updated 2 months ago
- The Snappy compression format in the Go programming language.☆1,572Mar 7, 2025Updated last year
- A cache library for Go with zero GC overhead.