ring
bloom filter
A high-performance bloom filter implementation
Package ring provides a high performance and thread safe Go implementation of a bloom filter.
138 stars
1 watching
17 forks
Language: Go
last commit: over 4 years ago
Linked from 2 awesome lists
gogolang
Related projects:
Repository | Description | Stars |
---|---|---|
| A collection of high-performance set membership tests using hash tables and bit manipulation techniques. | 146 |
| Language detection library using Bloom filters for speed and memory efficiency. | 685 |
| An implementation of Bloom filters in Ruby, allowing for efficient probabilistic membership testing with options for native counting and Redis-backed implementations. | 473 |
| A Bloom filter implementation in Nimrod. | 15 |
| High-performance JSON iterator and validator for Go | 90 |
| A high-performance probabilistic data structure for efficient membership testing | 88 |
| A module for Yara that provides support for DCSO-format bloom filters | 14 |
| An extension for SQLite that allows creating and testing bloom filters using the Murmur3 hashing function. | 17 |
| Probabilistic data structures for processing continuous, unbounded streams | 1,596 |
| A Sinatra-style pattern-based routing system for Go's net/http library | 1,433 |
| A Go package to access fields by path using reflection | 40 |
| A high-performance C network daemon for exposing and managing bloom filters to networked clients. | 1,238 |
| A collection of algorithms and data structures implemented in Go. | 806 |
| A high-performance HTTP router package for Go that supports regular expression route matching and is designed to build RESTful APIs. | 456 |
| Thread-safe, generic implementations of queue data structures in Go | 276 |