kleidis / Troppical

Manage your emulators easily
MIT License
51 stars 3 forks source link

Android: Optimize ZipExtractor for Faster File Extraction #26

Closed Ishan09811 closed 2 months ago

Ishan09811 commented 2 months ago

Added a BufferedInputStream to wrap the FileInputStream, reducing the number of I/O operations and improving read performance.

needs proper testing