SimuPoLAS / blocky

blocky compression algorithm implementation in c++ for OpenFOAM
GNU General Public License v3.0
1 stars 3 forks source link

LZMA compression/decompression #12

Open UgiNyaa opened 6 years ago

UgiNyaa commented 6 years ago

Everything regarding LZMA is discussed here.

The current working compression will be enhanced by compressing it again with LZMA. The XZ library will probably be used for this: https://git.tukaani.org/?p=xz.git

ghost commented 6 years ago

this may well be marked as finished, right?