mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp: PendingScrapeResponseSlab: use normal hashmap instead of amortized
This commit is contained in:
parent
256975a43c
commit
9479828b4a
3 changed files with 7 additions and 3 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue