1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

[optimize] switch to ahash for ids and most maps and sets

This commit is contained in:
Emil Ernerfeldt
2020-05-24 11:36:24 +02:00
parent 6577de9036
commit 96e6f1f3fc
7 changed files with 72 additions and 16 deletions

View File

@@ -7,13 +7,14 @@ edition = "2018"
[lib]
[dependencies]
ahash = "0.3"
parking_lot = "0.10"
rusttype = "0.9"
serde = "1"
serde_derive = "1"
[dev-dependencies]
criterion = "0.3"
criterion = { version = "0.3", default-features = false }
[[bench]]
name = "benchmark"