High-performance open BitTorrent tracker (UDP, HTTP, WebTorrent)
Find a file
Joakim Frostegård 8d7cbb7926 aquatic_bench: test multiple threads at once, with disappointing results
DashMap doesn't scale as well as I had hoped. Only the scrape
handler performed somewhat better with more threads, since it
doesn't exlusively lock the torrent map. The announce and connect
handlers, however, gained barely nothing from more threads.
2020-04-11 17:54:23 +02:00
aquatic bittorrent_udp: response_to_bytes: return Result<(), io:Error> 2020-04-11 15:03:50 +02:00
aquatic_bench aquatic_bench: test multiple threads at once, with disappointing results 2020-04-11 17:54:23 +02:00
bittorrent_udp bittorrent_udp: response_to_bytes: return Result<(), io:Error> 2020-04-11 15:03:50 +02:00
cli_helpers cli_helpers: run_with_cli_and_config: rename function and "f" argument 2020-04-11 14:19:46 +02:00
scripts aquatic_bench: enable loading configuration from file 2020-04-11 14:31:21 +02:00
.gitignore aquatic_bench: enable loading configuration from file 2020-04-11 14:31:21 +02:00
Cargo.lock aquatic_bench: test multiple threads at once, with disappointing results 2020-04-11 17:54:23 +02:00
Cargo.toml add crate cli_helpers with option and config parsing; use in aquatic 2020-04-09 16:55:40 +02:00
README.md Update README 2020-04-10 03:29:42 +02:00
TODO.md aquatic_bench: test multiple threads at once, with disappointing results 2020-04-11 17:54:23 +02:00

aquatic

Fast multithreaded UDP BitTorrent tracker written in Rust