siongui / go-succinct-data-structure-trie
Succinct Data Structure of Trie, written in Go
☆42Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for go-succinct-data-structure-trie
- SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.☆23Updated 7 years ago
- Faster integer compression in Go with SIMD using StreamVByte codec☆42Updated last year
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 5 years ago
- A high performance in-memory index storage engine☆109Updated last month
- A fast collection type that uses uint64 for keys.☆44Updated 4 years ago
- Raft in-memory backend implementation with persistence☆83Updated 4 years ago
- A comparison of skip lists written in Go☆52Updated 3 years ago
- Roaring Bitmaps - compressed bitmaps in Go☆45Updated 10 years ago
- A port of Stream VByte to Go☆35Updated 2 years ago
- Library for working with compressed arrays of integers☆65Updated last year
- An log structured merge tree varient of nitro storage engine☆28Updated 8 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- Go wrapper for CRoaring