panmari / cuckoofilterLinks
Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.
☆46Updated 5 months ago
Alternatives and similar repositories for cuckoofilter
Users that are interested in cuckoofilter are comparing it to the libraries listed below
Sorting:
- fast int64-int64 map for go☆98Updated 2 years ago
- ☆122Updated 2 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…☆162Updated 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
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- Serialized Roaring Bitmaps☆277Updated 2 years ago
- Go programming language port of liburing.☆108Updated last year
- Storing strings without GC overhead☆82Updated 5 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆293Updated last year
- Expression evaluator for Go☆76Updated 4 months ago
- A Go library implementing a FST (finite state transducer)☆201Updated 7 months ago
- Load file-backed memory☆122Updated 2 years ago
- Go assembly transpiler for C programming language☆97Updated last week
- a golang test framework for asserting expected escape analysis results & heap allocations☆71Updated 7 months ago
- Raft backend implementation using BadgerDB☆118Updated 2 years ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 3 weeks ago
- Pure Go SQL parser☆163Updated last month
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- a fast counting quotient filter implementation in golang☆95Updated 3 years ago
- MUS format serializer for Go☆115Updated 3 weeks ago
- Server for benchmarking pure Go key/value databases☆161Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- A better Generic Pool (sync.Pool)☆68Updated 3 months ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- The `io_uring` library and runtime for GO☆138Updated 3 months ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆116Updated 2 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆141Updated 4 years ago