7-Zip-FL2
7-Zip-FL2 copied to clipboard
7-Zip using the Fast LZMA2 library
Results
2
7-Zip-FL2 issues
Sort by
recently updated
recently updated
newest added
In file /CPP/7zip/Compress/Lzma2Encoder.cpp HRESULT CFastEncoder::FastLzma2::AddByteCount(size_t count, ISequentialOutStream *outStream, ICompressProgressInfo *progress) { dict_pos += count; if (dict_pos == dict.size) { size_t res = FL2_updateDictionary(fcs, dict_pos); CHECK_H(WaitAndReport(res, progress)); if (res != 0)...
Can't you set the dictionary size, like it's possible in some of the GUI versions?