Hacker News new | ask | show | jobs
by JoachimSchipper 4639 days ago
You're not wrong that malloc-based message passing causes that load on malloc, but if performance of the message-passing code is important, you'd want to use a ring buffer anyway - cross-CPU or not, malloc is pretty slow.
1 comments

Clearly, we go back to the initial statement: for specific use cases, we need specific allocators.