6 ms·
If I could take a guess, then it is for embedded applications. You could argue though that people should then really do there own memory management, but in the
by Windeycastle 1y ago
If I could take a guess, then it is for embedded applications.
You could argue though that people should then really do there own memory management, but in the end you might end up just recreating the temp allocator with `@pool` anyway. It's a neat feature.
(btw, `@pool` is just a macro from the standard library, no fancy compiler builtin)