Hacker News new | ask | show | jobs
by sbi 4188 days ago
Doesn't std::list<T> generate different code for each type T, at least naively? The generated code could end up taking up more space even if the data structures on which it operates look the same in memory.