Use hashbrown. Everything was faster, except contains. Not that great that it was contains that was slower, but I think it will be worth it.

This commit is contained in:
2018-11-02 08:27:50 +01:00
parent 1da5bab61e
commit 9cc23745cf
3 changed files with 7 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
[dependencies]
ordermap = "0.4"
hashbrown = "0.1"
rayon = "1.0"
serde = "1.0"
unreachable = "1.0"