mirror of https://github.com/aria2/aria2
![]() Don't use sorted deque for requestSlots_. For the most time, first data requested is sent back first. So using std::deque, we find received RequestSlot by O(1), while sorted std::deque requires O(logN). |
||
---|---|---|
doc | ||
lib | ||
m4 | ||
po | ||
src | ||
test | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
ChangeLog.old | ||
LICENSE.OpenSSL | ||
Makefile.am | ||
NEWS | ||
README | ||
README.asciidoc | ||
build_test.sh | ||
configure.ac |
README
See README.asciidoc