<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 15 March 2018 at 11:45, Anton Fediushin via Digitalmars-d-announce <span dir="ltr"><<a href="mailto:digitalmars-d-announce@puremagic.com" target="_blank">digitalmars-d-announce@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Even though each emoji is 4 bytes long, there is a noticable difference in size when we are talking about larger chunks of data:<br></blockquote><div><br></div><div>This doesn't make sense. For every 10 bits, you're emitting 32 bits... you're more than tripling the size of the data.<br></div><div>Base64 takes 6 bits and emits 8 bits, which is a third larger. 1.333x is smaller than 3.2x. O_o<br></div></div></div></div>