Compare commits

..

No commits in common. "fa0cc5f15a670de2b14ff69976587bfb025bd0bf" and "df3ec63a1f20c964b62d67eef2c2cb362e861776" have entirely different histories.

View File

@ -1,5 +1,4 @@
<https://dougallj.wordpress.com/2022/07/30/parallelising-huffman-decoding-and-x86-disassembly-by-synchronising-non-self-synchronising-prefix-codes/>
# Scratchpad
- Start decoding at arbitrary points throughout the data
- \
- Given that each prefix code has a maximum length $n$, start decoding at $n$ sequential offsets.
-