Skip to content

Commit

Permalink
Merge pull request #99 from puzza007/patch-1
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
Licenser committed Jan 29, 2020
2 parents 1697bdc + f2324e2 commit 2ba76cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ That said serde is contained in the `serde_impl` feature which is part of the de

### known-key

The `known-key` feature changes hasher for the objects, from `ahash` to `fxhash`, ahash is faster at hashing and provides protection against DOS attacks by forcing multiple keys into a single hashing bucket. `fxhash` on the other hand allows for repeatable hashing results, that allows memorizing hashes for well know keys and saving time on lookups. In workloads that are heavy at accessing some well known keys this can be a performance advantage.
The `known-key` feature changes hasher for the objects, from `ahash` to `fxhash`, ahash is faster at hashing and provides protection against DOS attacks by forcing multiple keys into a single hashing bucket. `fxhash` on the other hand allows for repeatable hashing results, that allows memorizing hashes for well known keys and saving time on lookups. In workloads that are heavy at accessing some well known keys this can be a performance advantage.

### serializing

Expand Down

0 comments on commit 2ba76cb

Please sign in to comment.