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 fixesMozilla 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에 따라 릴리스된 소스 코드