diff --git a/README.md b/README.md index 74d9448..05991b6 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ The [hash map in `std`](https://doc.rust-lang.org/std/collections/struct.HashMap These attacks aren't as much of a concern in the compiler so we prefer to use the quicker, non-cryptographic Fx algorithm. The Fx algorithm is a unique one used by Firefox. It is fast because it can hash eight bytes at a time. -Within `rustc`, it consistently outperforms every other tested algorithms (such as FNV). -The collision rate is similar or slightly worse than others. +Within `rustc`, it consistently outperforms every other tested algorithm (such as FNV). +The collision rate is similar or slightly worse than other low-quality hash functions. ## Usage