feat: Improve performances by using a fnv Hasher

This commit is contained in:
Clément Renault
2018-08-23 21:32:31 +02:00
parent 0b02e31ce9
commit 0814418710
4 changed files with 12 additions and 3 deletions

View File

@ -5,6 +5,7 @@ authors = ["Kerollmops <renault.cle@gmail.com>"]
[dependencies]
byteorder = "1.2"
fnv = "1.0"
[dependencies.fst]
git = "https://github.com/Kerollmops/fst.git"