Hacker News new | ask | show | jobs
by PaulDavisThe1st 661 days ago
This issue isn't really about per-structure allocators at all.

It's about the idea that you are using per-thread allocators, and one of your threads allocates a lot of memory, then goes to sleep for a long time.

Per-thread allocators are orthogonal to per-structure allocators.

1 comments

I think you misunderstand what I'm saying, as what I'm describing allows for per-thread allocators.