Join Nostr
2025-12-21 22:58:29 GMT
in reply to

Alice Averlong🏳️‍⚧️ on Nostr: then there's the big check: does control & 1 == 0? if so, we go into the RLE logic, ...

then there's the big check:
does control & 1 == 0?

if so, we go into the RLE logic, which is Complicated

if not, we copy 1 byte from input to output, advance the pointer, and loop