Live data from Hacker News

Viewing profile — dzheng

dzheng

HN member
Joined
Sun, Apr 01, 2018, 9:54 AM UTC
HN karma
3
Public activity
2 items

About dzheng

No profile information was provided.

Recent public activity

  1. comment
    Comment #18767615

    Aha, that makes sense, thanks! I agree that the performance benefits of such stack allocation (over heap allocation) aren't quite clear in practice. I feel the bigger win of delimi…

  2. comment
    Comment #18750064

    Could you please elaborate on what exactly enables stack allocation of intermediate values? Is it a direct result of the semantics of delimited continuations? (perhaps because clos…