diff --git a/README.md b/README.md index 8eceaca3..bdde7385 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,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 10,000 entry map in roughly .25 seconds. +a 100,000 entry map in roughly .4 seconds. Documentation is available at http://www.rust-ci.org/sfackler/rust-phf/doc/phf/. diff --git a/phf_mac/src/lib.rs b/phf_mac/src/lib.rs index 1d1f292f..74786837 100644 --- a/phf_mac/src/lib.rs +++ b/phf_mac/src/lib.rs @@ -359,23 +359,41 @@ fn try_generate_hash(entries: &[Entry], rng: &mut XorShiftRng) -> Option