The bz2 decompression unit from mormot 1 had some known issues, so it was not moved yet to mORMot 2.
Some user debugged the code and it sounds now worth adding.
https://synopse.info/forum/viewtopic.php?id=7542
In addition to this pure pascal code, a small .dll .so dynamic linking alla mormot 2 should be included, at least for proper compression.
bzip2 is old, but still competing in terms of compression ratio, even if it slower than modern competitors like ZStandard.
The bz2 decompression unit from mormot 1 had some known issues, so it was not moved yet to mORMot 2.
Some user debugged the code and it sounds now worth adding.
https://synopse.info/forum/viewtopic.php?id=7542
In addition to this pure pascal code, a small .dll .so dynamic linking alla mormot 2 should be included, at least for proper compression.
bzip2 is old, but still competing in terms of compression ratio, even if it slower than modern competitors like ZStandard.