Live data from Hacker News

Viewing profile — kumagi

kumagi

HN member
Joined
Sun, Jul 17, 2016, 12:43 PM UTC
HN karma
119
Public activity
3 items

About kumagi

No profile information was provided.

Recent public activity

  1. comment
    Comment #12120515

    In short, glibc malloc is wait-free. In long, You may not know that terminology of "lock-free" does not mean that it does not mean never using locks.

  2. comment
    Comment #12110008

    This book is published in 2013. Earlier than this arxiv paper.

  3. comment
    Comment #12110004

    I already wrote wait-free stack https://gist.github.com/kumagi/d259274270fdc1385f81 It is much difficult than lock-free stack. https://gist.github.com/kumagi/b9a4715b1ce0dd511922 A…