Use rustc_hash for hashing in game_of_life

This seems to produce a 2x speedup.
This commit is contained in:
Héctor Ramón Jiménez 2020-05-02 03:31:31 +02:00
parent e7e8e76c28
commit 4fd8e47737
2 changed files with 4 additions and 3 deletions

View file

@ -8,3 +8,4 @@ publish = false
[dependencies]
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
itertools = "0.9"
rustc-hash = "1.1"