Live data from Hacker News

Viewing profile — yusukesuzuki

yusukesuzuki

HN member
Joined
Thu, May 19, 2016, 10:57 PM UTC
HN karma
20
Public activity
7 items

About yusukesuzuki

No profile information was provided.

Recent public activity

  1. comment
    Comment #20845859

    I don’t agree given that async iterator can be iterated. But I’m ok if SpiderMonkey folks thinks so ;)

  2. comment
    Comment #20843897

    JSC's async-await is constructed on the generator's mechanism so that high performance generator is critical for all the web code using async functions. Not sure how SpiderMonkey i…

  3. comment
    Comment #15148638

    Because of user inputs and networking, we already do not have determinism. And even without introducing thread feature, a site can spawn 10 threads each by using Web workers. So, i…

  4. comment
    Comment #14504568

    We had a chance to have LOL: Low-level Object Library. But now it is named as PAL.

  5. comment
    Comment #14489996

    https://webkit.org/blog/7536/jsc-loves-es6/ :)

  6. comment
    Comment #13137621

    The compat table does not include the modules (See the rationale here[1]). But STP19 supports the modules. [1]: https://github.com/kangax/compat-table/issues/316#issuecomme...

  7. story