Hacker News new | ask | show | jobs
by zabzonk 164 days ago
> another silly thing you often see is people allocating something with a big sizeof on the stack and then std::moving it to the heap, as if it saves the copying

never seen this - an example?