The GitHub Actions job "Java CI" on commons-compress.git/feat/sparse-files has 
failed.
Run started by GitHub user ppkarwasz (triggered by ppkarwasz).

Head commit for run:
2cf3b7c20cd220edda553d5265ea67ab6db0cc5a / Piotr P. Karwasz 
<[email protected]>
Improve sparse file handling performance

Previously, sparse files were processed recursively. On highly fragmented 
files, this led to deep recursion and significant inefficiency.

This change replaces the recursive approach with an iterative strategy, which 
scales better for files with many fragments. It also introduces generated tests 
that simulate sparse files with very high fragmentation to ensure correctness 
and performance under stress.

Report URL: https://github.com/apache/commons-compress/actions/runs/18100749776

With regards,
GitHub Actions via GitBox

Reply via email to