nimrod-bloom
Bloom filter
A Bloom filter implementation in Nimrod.
Bloom filter implementation in Nimrod
15 stars
4 watching
5 forks
Language: Nim
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
melleb/sqlite-bloomfilter | An extension for SQLite that allows creating and testing bloom filters using the Murmur3 hashing function. | 17 |
tannerryan/ring | A high-performance bloom filter implementation | 138 |
lemire/bloofi | An implementation of multidimensional Bloom filters to efficiently search and identify sets containing elements in large datasets | 78 |
mpope9/exor_filter | An Erlang Nif implementation of a probabilistic data structure used for fast set lookups and filtering | 31 |
igrigorik/bloomfilter-rb | A Ruby implementation of bloom filters and related data structures, including native counting and Redis-backed filters. | 473 |
tylertreat/boomfilters | Probabilistic data structures for processing continuous, unbounded streams | 1,595 |
armon/bloomd | A high-performance C network daemon for exposing and managing bloom filters to networked clients. | 1,237 |
verse-lab/ceramist | A verified hash-based approximate membership structure library in Coq | 121 |
nouamanetazi/bloomz.cpp | An implementation of BLOOM-like models in pure C/C++ | 811 |
dinhhuy258/sfm-filter.nvim | An extension for the sfm plugin to filter entries in the explorer. | 11 |
hashlookup/a-ray-grass | A module for Yara that provides support for DCSO-format bloom filters | 14 |
zentures/bloom | A collection of high-performance set membership tests using hash tables and bit manipulation techniques. | 147 |
yankun1992/fastbloom | A high-performance probabilistic data structure for efficient membership testing | 84 |
treeform/chroma | A library for working with colors in Nim programming language | 107 |
euantorano/pledge.nim | A wrapper around OpenBSD's pledge system call for language Nim | 6 |