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
|