/[Apache-SVN]
ViewVC logotype

Revision 1650632


Jump to revision: Previous Next
Author: krosenvold
Date: Fri Jan 9 19:13:15 2015 UTC (9 years, 10 months ago)
Changed paths: 2
Log Message:
Changed ZipArchiveEntry to use more optimized data structure for
an overall performance improvement of about 10% for the use case
"many small files", for instance a jar file.

LinkedHashMap was not a very good structure for such small lists
and performs badly in terms of locality

Changed paths

Path Details
Directorycommons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java modified , text changed
Directorycommons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26