HN user

malts

3 karma
Posts0
Comments3
View on HN
No posts found.

The 5% gains over minified code are impressive given that BinJS performs no AST manipulation.

The BinJS prototype will be written in pure javascript I assume to speed its adoption?

Does BinJS perform AST transforms like `!0` to `true` which would be shorter in binary AST encoding? Or does it faithfully model the original code?