Skip to content

Commit

Permalink
Merge pull request #288 from JohnTitor/rm-phf-stats
Browse files Browse the repository at this point in the history
Remove mentions to `PHF_STATS`
  • Loading branch information
JohnTitor committed Jun 24, 2023
2 parents 3776342 + 0b7a826 commit 8fd5b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -9,9 +9,7 @@ Rust-PHF is a library to generate efficient lookup tables at compile time using

It currently uses the
[CHD algorithm](http://cmph.sourceforge.net/papers/esa09.pdf) and can generate
a 100,000 entry map in roughly .4 seconds. By default statistics are not
produced, but if you set the environment variable `PHF_STATS` it will issue
a compiler note about how long it took.
a 100,000 entry map in roughly .4 seconds.

MSRV (minimum supported rust version) is Rust 1.60.

Expand Down
4 changes: 1 addition & 3 deletions phf/src/lib.rs
Expand Up @@ -3,9 +3,7 @@
//!
//! It currently uses the
//! [CHD algorithm](http://cmph.sourceforge.net/papers/esa09.pdf) and can generate
//! a 100,000 entry map in roughly .4 seconds. By default statistics are not
//! produced, but if you set the environment variable `PHF_STATS` it will issue
//! a compiler note about how long it took.
//! a 100,000 entry map in roughly .4 seconds.
//!
//! MSRV (minimum supported rust version) is Rust 1.60.
//!
Expand Down

0 comments on commit 8fd5b77

Please sign in to comment.