Update TODO

This commit is contained in:
Joakim Frostegård 2020-07-20 22:16:27 +02:00
parent b7d5a12046
commit ca935b7d46

View file

@ -21,11 +21,8 @@
## aquatic_http ## aquatic_http
* request parsing: * request parsing:
* urldecode_memchr is extreme bottleneck (15% CPU usage in network worker), * just skip the hashmap and save data directly into struct?
with heavy subfunctions mainly: * smartstring: maybe use for keys? maybe use less? needs benchmarking
* smartstr push str
* from str radix
* vec reserve
* test multiple scrape hashes * test multiple scrape hashes
* test with strange/bad inputs, with and without quickcheck * test with strange/bad inputs, with and without quickcheck
* test torrent transfer with real clients * test torrent transfer with real clients