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

1
Cargo.lock generated
View file

@ -213,6 +213,7 @@ dependencies = [
"cfg-if",
"crossbeam-channel",
"getrandom",
"hashbrown 0.12.0",
"hex",
"log",
"mimalloc",