ports/archivers/py-pybcj/pkg-descr
Matthew Wener 009bb63906 archivers/py-pybcj: add new port
BCJ filter library

PR:	282836
2024-11-21 21:28:33 +01:00

5 lines
301 B
Text

In data compression, BCJ, short for Branch-Call-Jump, refers
to a technique that improves the compression of machine code of
executable binaries by replacing relative branch addresses with
absolute ones. This allows a LZMA compressor to identify duplicate
targets and archive higher compression rate.