dtrifuno / quickphf

Rust implementation of the PTHash perfect hash function for static compile-time generated hash tables

Home Page:https://docs.rs/quickphf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickPHF

QuickPHF is a Rust implementation of the PTHash minimal perfect hash function algorithm.

It consists of two crates:

  • quickphf - runtime code for static hash maps and hash sets
  • quickphf_codegen - perfect hash function builder and code generator

License

Licensed under any of:

by your choice.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be multi-licensed as above, without any additional terms or conditions.

About

Rust implementation of the PTHash perfect hash function for static compile-time generated hash tables

https://docs.rs/quickphf/

License:Apache License 2.0


Languages

Language:Rust 100.0%