Live data from Hacker News

Viewing profile — kixunil

kixunil

HN member
Joined
Tue, Apr 11, 2017, 1:21 PM UTC
HN karma
1
Public activity
2 items

About kixunil

No profile information was provided.

Recent public activity

  1. comment
    Comment #14087730

    > It doesn't use segmented stacks so it doesn't achieve the M:N performance of Go Actually, if you use Tokio or similar approach, you achieve better performance than Go (no need to…

  2. comment
    Comment #14087449

    I dislike Go's error handling too. Rust solved this neatly with question mark operator (previously implemented as try!() macro).