On Sat, Feb 29, 2020 at 12:50:06PM +0800, Gao Xiang via Linux-erofs wrote: > From: Gao Xiang <[email protected]> > > This is a WIP PREVIEW patchset, just for archiving to open > source community only. > > For now, it implements LZMA SDK-like GetOptimumFast approach > and GetOptimum is still on schedule. > > It's still buggy, lack of formal APIs and actively under > development for a while... > > Usage: > $ ./run.sh > $ ./a.out output.bin.lzma infile > > It will compress the beginning as much as possible into > 4k RAW LZMA block.
Why not just use liblzma? Also, if you care enough about compression ratio to use LZMA instead of Zstandard, why use only a 4 KB blocksize? - Eric
