You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Henry Saginor <hs...@gmail.com> on 2019/05/21 20:37:53 UTC

Replacing ZipInputStream with ZipFile in Feature Model Analyser

Hi Sling Devs,

The code in Feature Model Analyser has direct file access to zip files. So, it could use ZipFile api instead of ZipInputStream. I did some experimentation and ZipFile should perform better in my estimation. I created a ticket and pr bellow with the suggested changes.  
https://issues.apache.org/jira/browse/SLING-8430 <https://issues.apache.org/jira/browse/SLING-8430>
https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/14 <https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/14>

Can this small change accepted?

Henry