mphf_benchmark 0.1.11

The program for benchmarking Minimal Perfect Hash Functions
[dependencies.bitm]
version = "0.2"

[dependencies.boomphf]
package = "boomphf-patched"
version = "0.5.9-0"

[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.cmph-sys]
optional = true
version = ">=0.1"

[dependencies.cpu-time]
version = "1"

[dependencies.dyn_size_of]
version = "0.4"

[dependencies.ph]
features = ["wyhash"]
version = "0.8"

[dependencies.rayon]
version = "1.5"

[package]
authors = ["Piotr Beling <piotr.beling@wmii.uni.lodz.pl>"]
categories = ["data-structures", "algorithms", "compression", "science"]
description = "The program for benchmarking Minimal Perfect Hash Functions"
documentation = "https://docs.rs/mphf_benchmark"
edition = "2021"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["perfect", "hashing", "minimal", "mphf"]
license = "MIT OR Apache-2.0"
name = "mphf_benchmark"
readme = "README.md"
repository = "https://github.com/beling/bsuccinct-rs"
resolver = "1"
version = "0.1.11"
[profile.release]
codegen-units = 1
lto = true