diff --git a/TODO.md b/TODO.md index f507e03..8c2e51a 100644 --- a/TODO.md +++ b/TODO.md @@ -1,11 +1,11 @@ # TODO -* Configuration, cli * Benchmarks * Run multiple threads to test performance when contested? * Iterate over whole returned buffer and run e.g. xor on it (.iter().fold()) * Generic bench function since current functions are almost identical * Show percentile stats for peers per torrent + * Configuration, cli * Tests of aquatic and bittorrent_udp (quickcheck, test cases) ## Not important @@ -46,4 +46,4 @@ * Use `bytes` crate for bittorrent_udp: seems to worsen performance somewhat * Zerocopy (https://docs.rs/zerocopy/0.3.0/zerocopy/index.html) for requests and responses? Doesn't work on Vec etc -* New array buffer each time in response_to_bytes: doesn't help performance \ No newline at end of file +* New array buffer each time in response_to_bytes: doesn't help performance