Skip to content

v0.1.4

@mengelbart mengelbart tagged this 10 Dec 16:28
Always encode all of the remaining deltas in the last chunk. This did
not happen, when the chunk contained more than 7 but less than 14
deltas. This can happen, if we added 8 symbols that fit in one symbol,
but then had to start a new chunk, because the next symbol was too big.

Also happens, if we're done after more than 7, but less than 14 symbols.
In this case, it might be possible to optimize for space and only use
one symbol, but in most cases this will not make a difference and we
would have to check if the chunk only contains symbols that can be
represented by 1 bit.
Assets 2
Loading