panmari / cuckoofilter
Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.
☆46Updated last month
Alternatives and similar repositories for cuckoofilter:
Users that are interested in cuckoofilter are comparing it to the libraries listed below
- Package with auto-vectorized math functions for Go☆24Updated 2 years ago
- Raft backend implementation using BadgerDB☆116Updated last year
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 2 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Expression evaluator for Go☆69Updated last year
- a fast counting quotient filter implementation in golang☆94Updated 3 years ago
- Server for benchmarking pure Go key/value databases☆156Updated last year
- Load file-backed memory☆120Updated 2 years ago
- fast int64-int64 map for go☆95Updated 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
- Fastest and most efficient goroutine pool (experimental)☆138Updated 2 years ago
- ☆118Updated last year
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆138Updated 4 years ago
- Off heap golang memory pool☆60Updated 3 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- 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…☆159Updated last year
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 9 months ago
- Serialized Roaring Bitmaps☆276Updated 2 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 9 months ago
- Go programming language port of liburing.☆100Updated last year
- xxh3 fast hash function☆105Updated 6 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Package for fast copying structs of different types☆50Updated 4 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆113Updated last year
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆70Updated 3 years 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
- Rolling window implementation in go.☆57Updated this week