Efficient-Compression-Tool icon indicating copy to clipboard operation
Efficient-Compression-Tool copied to clipboard

Fast and effective C++ file optimizer

Results 25 Efficient-Compression-Tool issues
Sort by recently updated
recently updated
newest added
trafficstars

It would be nice if you could create an official homebrew formula (brew.sh) for ECT, since it makes the installation process on a mac so much more convenient. You can...

> Update 20240902: use [this newer version](https://github.com/clevert-app/clevert/releases/tag/asset_zcodecs_12.0.0_10664137139) then run `./zcodecs ect xxx`. [Profile-Guided Optimizations](https://llvm.org/docs/HowToBuildWithPGO.html) enabled. ``` [kkocdko@klf misc]$ ./hyperfine -w 1 -r 5 './ect_flto -5 1.png 2.png 3.png ' Benchmark...

lz77.c: maybe line 374 and line 379 is needless code. ``` i++; while (i + ZOPFLI_MAX_MATCH

When recursively compressing every file in an archive, PNG files are extracted to a temporary file, recompressed, and added back. However, this results in unusable error messages on unparsable files...