没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > nzb-sorter |
nzb-sorter
|
0 | 0 | 13 |
贡献者 | 讨论 | 代码提交 |
概述
DescriptionThis program sorts the files to be downloaded in the proper order so that the all parts of a multi-part archive are downloaded in the correct order (for programs that download off of newsgroups in the order that the nzb files lists files in).
Performance UpdateTrunk now rewritten from scratch for much faster performance & startup.
NZB File Size (MB) Collection size (GB) Old Processing time (s) Old Peak memory usage (MB) New Processing time (s) New Peak memory usage (MB) 4.5 13.77 (146 files w/ 51551 segments) 10-15 16 0.2 - 0.3 8 90 275.4 (2920 files w/ 1028100 segments) > 5 minutes - 4 - 5 seconds 180
Also, the complexity of the first version is O(n^2) whereas it is O(n) now.
创建时间:2014-05-08 00:57