[go: up one dir, main page]

fastbloom 0.4.0

The fastest bloom filter in Rust. No accuracy compromises. Compatible with any hasher.
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.rand]
version = "0.8.5"

[dependencies.siphasher]
version = "1.0.0"
[dev-dependencies.ahash]
version = "0.8.6"

[dev-dependencies.rand_regex]
version = "0.16.0"

[package]
authors = ["tomtomwombat"]
categories = ["data-structures", "caching", "algorithms"]
description = "The fastest bloom filter in Rust. No accuracy compromises. Compatible with any hasher."
edition = "2021"
homepage = "https://github.com/tomtomwombat/fastbloom/"
keywords = ["bloom", "filter", "data-structures", "bloom-filter", "bloomfilter"]
license = "MIT OR Apache-2.0"
name = "fastbloom"
readme = "README.md"
repository = "https://github.com/tomtomwombat/fastbloom/"
version = "0.4.0"