maforget / ComicRackCE

A Community Edition for the legendary Comic Book Manager ComicRack. ComicRack is back from the dead.
GNU General Public License v2.0
344 stars 34 forks source link

Improve performance when handling with tar files #8

Closed apiweb closed 10 months ago

apiweb commented 10 months ago

Pull Request Summary:

Thanks for your great work on the ComicRack code.

I'm starting to work on the code, and I began by addressing some minor pain points for me, such as optimizing performance for certain operations.

I've optimized the ReadInfo method for better performance by using an approach to efficiently read and copy data from the TarInputStream to the MemoryStream.

Cheers!