Skip to main content

Crate kira_kv_engine

Crate kira_kv_engine 

Source
Expand description

kira_kv_engine — PtrHash-style MPH + PGM index.

  • Build once on a set of unique keys (bytes/str).
  • O(1) lookups: key -> unique index in [0..n).
  • Robust: if a build attempt finds a cycle, we rehash with another salt.

Re-exports§

pub use index::Index;
pub use index::IndexBuilder;
pub use index::IndexConfig;
pub use index::IndexError;
pub use index::IndexStats;

Modules§

index

Structs§

BackendBuildConfig

Enums§

BackendKind
BuildProfile

Traits§

MphBackend