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.
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!