Hacker News new | ask | show | jobs
by vardump 2560 days ago
> The fraction of runtime involving allocation and deallocation, at the level where they happen, is typically negligible. In servers, after program startup, it is often (and deliberately) exactly zero.

In that case you don't use std::string, std::vector... or any containers at all? Or anything else that allocates, directly or indirectly.