Live data from Hacker News

Viewing profile — mjp41

mjp41

HN member
Joined
Thu, Jun 02, 2022, 11:54 AM UTC
HN karma
11
Public activity
3 items

About mjp41

Works at Microsoft Research on programming languages and runtimes.

Recent public activity

  1. comment
    Comment #37856087

    > I can imagine one use-case for this: a task that is scheduled from and executed by a work-stealing thread-pool can allocate memory in one thread but by design there's no guarante…

  2. comment
    Comment #37855281

    Hi, I am one of the authors of snmalloc. There is a pool of allocators. When a thread exits it returns it to the pool. When a thread is created it first checks the pool for an allo…

  3. comment
    Comment #31593773

    libpas is now in mimalloc-bench ( https://github.com/daanx/mimalloc-bench ). Thanks to Julien Voisin ( https://dustri.org ), which makes about 20 allocators that can be compared on…