Forum Discussion
Rounl
Apr 28, 2025Iron Contributor
April's Cumulative Update speeds up file extraction for small files
In various news sources, the claim is that it speeds up extraction by 5-10% when extracting archives with lots of small files.
Test File: 30MB archive made up of 786 folder and 13810 files, each mode tested 5 times then averaged. Inter-run variability was actually quite consistent.
2 Replies
- DelawareCanalIron Contributor
Windows updates can include improvements to the decompression libraries or underlying APIs used during extraction.
- KodyonIron Contributor
From my experience and what I’ve read elsewhere, small files can really bog down extraction because each file involves a lot of overhead—like file headers, metadata, and filesystem operations. Any optimization that reduces this overhead can noticeably speed up the process, especially for archives full of tiny files.