linvon / cuckoo-filterLinks
Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化
☆300Updated 2 years ago
Alternatives and similar repositories for cuckoo-filter
Users that are interested in cuckoo-filter are comparing it to the libraries listed below
Sorting:
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆262Updated 2 years ago
- Provides some convenient API, includes Goid(), GetG() and LocalStorage, which is a goroutine's local storage, just like ThreadLocal in ot…☆116Updated 2 years ago
- lock-free queue and other implementations☆128Updated 2 years ago
- A faster Protobuf serializer & deserializer.☆102Updated last year
- Patch all Go functions for testing☆260Updated last year
- Fast and easy-to-use skip list for Go.☆424Updated last year
- High-performance timer implementation based on 5-level time wheel. 高性能定时器(5级时间轮,最小堆)[从零实现]☆287Updated 10 months ago
- Clone any Go data structure deeply and thoroughly.☆325Updated 5 months ago
- auto adjust your GOGC value☆230Updated last year
- 🍀 Golang 内存分析工具☆142Updated 3 years ago
- A fast, threadsafe skip list in Go☆269Updated 4 years ago
- Rolling writer is an IO util for auto rolling write in go.☆296Updated 2 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆288Updated 2 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆405Updated last year
- A Go package providing a filesystem-backed FIFO queue☆495Updated last month
- Service Reliability Algorithm☆223Updated last month
- CyclicBarrier golang implementation☆157Updated 5 years ago
- ☆494Updated last month
- Go Client for RedisBloom probabilistic module☆92Updated 2 years ago
- golang timewheel similar to glang std timer☆297Updated 2 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆118Updated 2 years ago
- Concurrency and synchronization primitives☆139Updated 10 months ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆220Updated last year
- A in-process MapReduce library to help you optimizing service response time or concurrent task processing.☆174Updated last year
- Go Stream, like Java 8 Stream.☆95Updated last year
- 高性能的分布式的专门空间优化的 Bitmap 服务, 高效检查数据是否存在,日活统计,签到,打点等等☆187Updated 5 years ago
- unbounded chan☆456Updated last year
- A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.☆164Updated 3 years ago
- A lightweight high-performance distributed two-level cache (in-memory + redis) with loader function library for Go.☆156Updated 2 months ago
- Fast and scalable pseudorandom generator for Go☆208Updated 4 years ago