Unicode packing in JavaScript: The 2:1-plus packer
In this article, we’ll look at some techniques for how ordinary JavaScript code can be packed into a shorter program using Unicode. We’ll analyze 2:1 packing techniques, including some variations I developed that can sometimes do better than 2:1.