Byte saving techniques : This is a collection of JavaScript wizardry that can shave bytes off of your code.
Prepack : Prepack is a tool that optimizes JavaScript source code: Computations that can be done at compile-time instead of run-time get eliminated. Prepack rep...