ppkarwasz opened a new pull request, #735: URL: https://github.com/apache/commons-compress/pull/735
This change improves the efficiency of 7z header parsing: * Reads the **Signature Header** in a single ByteBuffer instead of multiple small reads, reducing overhead. * Uses a `MappedByteBuffer` to load the **Next Header** when the archive is backed by a `FileChannel`, improving performance for large headers by avoiding unnecessary copies. No new tests are added, as the existing test suite already exercises the affected header loading paths sufficiently. -- 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]
