fkjellberg commented on PR #815: URL: https://github.com/apache/commons-compress/pull/815#issuecomment-5750189396
Hi @IgorZolin Thanks for improving ARJ decompression support. Please take a look at my [PR 812](https://github.com/apache/commons-compress/pull/812) which replaces the `BinaryTree` implementation with the new `HuffmanDecoder` for LHA. The same refactor should work here as well. It will improve code reuse and significantly reduce memory usage. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
