bits-and-blooms / bitsetLinks
Go package implementing bitsets
☆1,452Updated last week
Alternatives and similar repositories for bitset
Users that are interested in bitset are comparing it to the libraries listed below
Sorting:
- Native MurmurHash3 Go implementation☆1,003Updated 2 years ago
- A golang LRU Cache for high concurrency☆1,377Updated 9 months ago
- Wrapper types for sync/atomic which enforce atomic access☆1,434Updated 6 months ago
- Anti-memory-waste byte buffer pool☆1,305Updated last year
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,026Updated last year
- A portable mmap package for Go☆1,074Updated 10 months ago
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,874Updated 2 months ago
- Go package implementing Bloom filters, used by Milvus and Beego.☆2,671Updated last week
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆782Updated this week
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead