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
Sorting:
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 2 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Extremely fast Bloom filters for Go☆49Updated 7 months ago
- Raft backend implementation using BadgerDB☆118Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆158Updated last year
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- fast int64-int64 map for go☆96Updated 2 years ago
- Off heap golang memory pool☆60Updated 3 years ago
- Package with auto-vectorized math functions for Go☆25Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 10 months ago
- Load file-backed memory☆122Updated 2 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆114Updated 2 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆73Updated 3 years ago
- ☆121Updated last year
- Pure Go SQL parser☆151Updated 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
- Expression evaluator for Go☆73Updated last month
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆86Updated 2 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 9 months ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Best-effort CPU-local sharded values for Go☆200Updated 3 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆140Updated 4 years ago
- Go programming language port of liburing.☆105Updated last year
- ☆28Updated 2 years ago
- Optimized functions for Go using SIMD☆194Updated 4 years ago
- MUS format serializer for Golang☆113Updated 3 weeks ago
- A Go library implementing a FST (finite state transducer)☆199Updated 4 months ago
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆161Updated last year