Refactor encoders and decoders to work stackwise, allows Python to keep track of...
authorNick Downing <nick@ndcode.org>
Tue, 14 Jun 2022 11:00:56 +0000 (21:00 +1000)
committerNick Downing <nick@ndcode.org>
Tue, 14 Jun 2022 13:54:25 +0000 (23:54 +1000)
commite2f646c85be91e8363de15be8a2f6b732322b18b
treece5d9814faef3738bcf87c969dbf930208253e36
parent9b9a71a5886bbbffc4ea0a9ff16b28aae78859a0
Refactor encoders and decoders to work stackwise, allows Python to keep track of the position in each stream and avoids having to estimate the size of output
loader/rle2_decode.py
loader/rle2_encode.py
loader/rle_decode.py
loader/rle_encode.py
loader/tree_decode.py
loader/tree_encode.py