momodalo / vimtouch

vimtouch
Apache License 2.0
349 stars 71 forks source link

Slightly improve performance of installZip() #19

Closed rtfb closed 11 years ago

rtfb commented 11 years ago

The main gain is from increase of the buffer. Using BufferedInputStream also seems to have a little positive effect. It's OK to remove zin.closeEntry(), since zin.getNextEntry() will call that anyway.

Log progress as info, not as error.