Multithread Download Manager Optimized のバージョン履歴 - 全 4 バージョン
Multithread Download Manager Optimized 作成者: Comss
Multithread Download Manager Optimized のバージョン履歴 - 全 4 バージョン
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 3.5.2
リリース日 : 2026年3月9日 - 229.91 KBfirefox バージョン 67.0 以降 で動作Average download speed added. Theme updated.ソースコードは Mozilla Public License 2.0 に従いリリースされています
以前のバージョン
バージョン 3.5.1
リリース日 : 2026年3月2日 - 228.33 KBfirefox バージョン 67.0 以降 で動作Bug fixesソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 3.5
リリース日 : 2026年2月28日 - 228.85 KBfirefox バージョン 67.0 以降 で動作Version 3.5 — Performance & Memory Improvements
DOWNLOAD SPEED
• Continuous read pump: data is now read from the network immediately
as it arrives, not on a timer tick. Each thread no longer waits up
to 1 second between reads — data flows at full network speed.
• Timer interval reduced from 1000 ms to 500 ms — twice as frequent
storage writes and progress updates.
• Large data bursts are written to IndexedDB in 8 MB zero-copy slices
(TypedArray.subarray), keeping write sizes uniform.
MEMORY (large files, 5 GB+)
• 16 MB backpressure limit in the read pump prevents unbounded RAM
growth on fast connections.
• 8 MB early-flush threshold: data is written to IndexedDB as soon as
8 MB accumulates, instead of waiting for the periodic timer. Peak
writer buffer stays at ~8 MB per thread (was potentially hundreds of
MB for large files).
SINGLE-THREAD DOWNLOADS
All of the above apply to forced single-thread mode (SourceForge,
mirrors without Range support). The read pump eliminates the ~1 s
read delay that was the main bottleneck in this mode.ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 3.4
リリース日 : 2026年2月21日 - 227.79 KBfirefox バージョン 67.0 以降 で動作ソースコードは Mozilla Public License 2.0 に従いリリースされています