panmari / cuckoofilterLinks
Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.
☆46Updated 6 months ago
Alternatives and similar repositories for cuckoofilter
Users that are interested in cuckoofilter are comparing it to the libraries listed below
Sorting:
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years 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…☆163Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 3 months ago
- Storing strings without GC overhead☆84Updated 5 years ago
- Expression evaluator for Go☆77Updated 5 months ago
- Serialized Roaring Bitmaps☆278Updated 2 years ago
- A Go library implementing a FST (finite state transducer)☆204Updated 8 months ago
- ☆122Updated 2 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated last year
- fast int64-int64 map for go☆98Updated 2 years ago
- Go programming language port of liburing.☆108Updated last year
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated last year
- MUS format serializer for Go☆116Updated last month
- A spinlock implementation for Go.☆62Updated 4 years ago
- Server for benchmarking pure Go key/value databases☆161Updated 2 years ago
- Raft backend implementation using BadgerDB☆118Updated 2 years ago
- Load file-backed memory☆121Updated 2 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated last month
- Off heap golang memory pool☆60Updated 4 years ago
- The `io_uring` library and runtime for GO☆143Updated 4 months ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆116Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- Pure Go SQL parser☆163Updated 2 months ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆71Updated last week
- 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
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- A better Generic Pool (sync.Pool)☆68Updated 4 months ago
- Simple dense bitmap index in Go with binary operators☆353Updated 2 months ago