udp: PendingScrapeResponseSlab: use normal hashmap instead of amortized

This commit is contained in:
Joakim Frostegård 2022-04-14 17:23:50 +02:00
parent 256975a43c
commit 9479828b4a
3 changed files with 7 additions and 3 deletions

View file

@ -28,6 +28,7 @@ blake3 = "1"
cfg-if = "1"
crossbeam-channel = "0.5"
getrandom = "0.2"
hashbrown = { version = "0.12", default-features = false }
hex = "0.4"
log = "0.4"
mimalloc = { version = "0.1", default-features = false }