mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 21:47:37 +03:00
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
https://aria2.github.io/
Simplified PieceStatMan and RarestPieceSelector, but computation order to select piece index is still O(N) and unchanged. Updating piece stat is improved to O(N) for bitfield update and O(1) for single index update, while old implementation needs O(NlogN) and O(N) respectively. |
||
---|---|---|
doc | ||
lib | ||
m4 | ||
po | ||
src | ||
test | ||
AUTHORS | ||
build_test.sh | ||
ChangeLog | ||
ChangeLog.old | ||
configure.ac | ||
COPYING | ||
LICENSE.OpenSSL | ||
Makefile.am | ||
NEWS | ||
README | ||
README.asciidoc |
See README.asciidoc