panmari / cuckoofilter
Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.
☆46Updated 2 months ago
Alternatives and similar repositories for cuckoofilter:
Users that are interested in cuckoofilter are comparing it to the libraries listed below
- Server for benchmarking pure Go key/value databases☆157Updated last year
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- Expression evaluator for Go☆70Updated 3 weeks ago
- Raft backend implementation using BadgerDB☆116Updated last year
- Package with auto-vectorized math functions for Go☆24Updated 2 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆86Updated 2 years ago
- ☆119Updated last year
- fast int64-int64 map for go☆96Updated 2 years ago
- Off heap golang memory pool☆60Updated 3 years ago
- Load file-backed memory☆122Updated 2 years ago
- Serialized Roaring Bitmaps☆276Updated 2 years ago
- Rolling window implementation in go.☆57Updated last week
- Storing strings without GC overhead☆82Updated 5 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆139Updated 4 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 9 months ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆70Updated 3 years ago
- A high performance in memory distributed cache☆52Updated 2 months ago
- MUS format serializer for Golang☆112Updated 2 weeks ago
- A simple all golang inverted index similar to Lucene. Used for full-text indexing of text, keywords, numbers, and dates. Build as an exa…☆18Updated 5 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 8 months ago
- A Go library implementing a FST (finite state transducer)☆196Updated 4 months ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 9 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆118Updated last year