Viewing profile — mjp41
mjp41
HN member- Joined
- Thu, Jun 02, 2022, 11:54 AM UTC
- HN karma
- 11
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About mjp41
Works at Microsoft Research on programming languages and runtimes.
Recent public activity
-
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…
-
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…
-
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…