Post #4405611
2026-08-06 04:13 UTC
at a certain point the decoder strategy is going to win out size-wise over trying to actually make any complicated logic in emoji directly due to the convoluted way you have to go about implementing basic things, even though the encoding is only 25% efficient
but if you think about it, 25% efficient just means you have a 1:1 mapping between bytes and emoji.
i can live with that
Replies (1)
-
@gloriouscow@oldbytes.space 2026-08-06 04:17
it will be a two pass decoder because the first thing we have to is emit the bytes for the decoder. yo dawg i heard you like decoding