ppkarwasz opened a new pull request, #701:
URL: https://github.com/apache/commons-compress/pull/701

   This PR adds a reusable Huffman decoder for canonical Huffman codes.
   The decoder can be shared across multiple algorithms, including DEFLATE, 
DEFLATE64, and BZip2.
   
   By centralizing Huffman code handling, the implementation reduces 
duplication and makes compressor code easier to maintain and extend.
   
   **Work in progress:**
   
   * [x] Refactor BZip2 implementation
   * [ ] Refactor DEFLATE64 implementation
   * [ ] (optional) Refactor DEFLATE implementation: currently relies on 
`InflaterInputStream` from the JDK
   


-- 
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]

Reply via email to