mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-06 04:35:30 +00:00
Use crossbeam channel insteaf of SegQueue
Reduces overutilization of CPU greatly
This commit is contained in:
parent
f37ba1e52e
commit
70cc193522
7 changed files with 88 additions and 59 deletions
|
|
@ -14,8 +14,7 @@ name = "aquatic"
|
|||
[dependencies]
|
||||
bittorrent_udp = { path = "../bittorrent_udp" }
|
||||
cli_helpers = { path = "../cli_helpers" }
|
||||
crossbeam-queue = "0.2"
|
||||
crossbeam-utils = "0.7"
|
||||
crossbeam-channel = "0.4"
|
||||
dashmap = "3"
|
||||
histogram = "0.6"
|
||||
indexmap = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue