zultra icon indicating copy to clipboard operation
zultra copied to clipboard

Fast deflate implementation with zopfli-like ratios and a streaming API

Results 1 zultra issues
Sort by recently updated
recently updated
newest added

blockdelfate.c: line 874-883 /* Give default length to codewords that were unused, in case the optimizer decides to use them */ for (i = nLiteralSyms=nOffsetSyms=0; i < NLITERALSYMS;){ int l=pCompressor->literalsEncoder.nCodeLength[i++];...