Hacker News new | ask | show | jobs
by klauspost 1507 days ago
It is kind of a hack for decompression, where you look forward in the stream for a block signature, and try decompressing from there.

In practice it works, but it isn't pretty ;)