feat: Make the search algorithm become fully data oriented

This commit is contained in:
Clément Renault
2019-02-02 14:22:31 +01:00
parent a3a28c56fa
commit 455cbf3bf4
11 changed files with 375 additions and 286 deletions

View File

@ -21,6 +21,7 @@ serde_derive = "1.0"
serde_json = { version = "1.0", features = ["preserve_order"] }
slice-group-by = "0.2"
unidecode = "0.3"
rayon = "1.0"
[dependencies.toml]
git = "https://github.com/Kerollmops/toml-rs.git"