Use rustc_hash for hashing in game_of_life
This seems to produce a 2x speedup.
This commit is contained in:
parent
e7e8e76c28
commit
4fd8e47737
2 changed files with 4 additions and 3 deletions
|
|
@ -8,3 +8,4 @@ publish = false
|
|||
[dependencies]
|
||||
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
|
||||
itertools = "0.9"
|
||||
rustc-hash = "1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue