Live data from Hacker News

Viewing profile — malts

malts

HN member
Joined
Fri, Aug 18, 2017, 2:55 PM UTC
HN karma
3
Public activity
3 items

About malts

No profile information was provided.

Recent public activity

  1. comment
    Comment #15046999

    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?…

  2. comment
    Comment #15046815

    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?

  3. comment
    Comment #15046710

    Yoric - the Binary AST size comparisons in the blog - was the original javascript already minified?