panmari / cuckoofilterLinks
Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.
☆46Updated 4 months ago
Alternatives and similar repositories for cuckoofilter
Users that are interested in cuckoofilter are comparing it to the libraries listed below
Sorting:
- Raft backend implementation using BadgerDB☆117Updated 2 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- ☆121Updated last year
- Load file-backed memory☆122Updated 2 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 2 years ago
- Expression evaluator for Go☆74Updated 2 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…☆162Updated last year
- Off heap golang memory pool☆60Updated 3 years ago
- A high performance memory-bound Go cache☆90Updated 3 weeks ago
- Server for benchmarking pure Go key/value databases☆160Updated last year
- fast int64-int64 map for go☆97Updated 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 10 months ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆141Updated 4 years ago
- Go assembly transpiler for C programming language☆93Updated this week
- cheap Go type to hold & operate on either a read-only []byte or string☆109Updated 11 months ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- Extremely fast Bloom filters for Go☆49Updated 8 months ago
- System V shared memory functions in pure Go.☆133Updated 9 months ago
- Eventually consistent distributed in-memory cache Go library☆160Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆141Updated 2 years ago
- a fast counting quotient filter implementation in golang☆95Updated 3 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- MUS format serializer for Golang☆114Updated 2 weeks ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆116Updated 2 years ago
- Simple string pattern matcher for Go☆127Updated last year
- Optimized functions for Go using SIMD☆194Updated 4 years ago