Crate jdb_xorf

Crate jdb_xorf 

Source
Expand description

§jdb_xorf

Fast and compact Xor and Binary Fuse filters for Rust.

快速、紧凑的 Rust Xor 和 Binary Fuse 过滤器。

Please refer to the README for detailed documentation.

详细文档请参阅 README

Structs§

Bf
Bfer for creating and querying filters with arbitrary key types. 用于构建和查询任意键类型的过滤器的构建器。
RapidHasher
A high-speed Hasher wrapper using the official hash crate. 基于官方 hash crate 的高速度哈希器封装

Traits§

Filter
Methods common to xor filters.

Functions§

mix64
RapidHash / WyHash style 64-bit mixer (128-bit product based). 基于 RapidHash / WyHash 的 128 位乘法混淆实现。

Type Aliases§

Bf8
A 8-bit Binary Fuse filter using the base implementation.
Bf16
A 16-bit Binary Fuse filter using the base implementation.
Bf32
A 32-bit Binary Fuse filter using the base implementation.