|
|
|
|
|
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. |
|