Anonymous
10/25/2025, 7:49:46 PM
No.107006005
>>107005841
There is a big correlation between people that say “use std::vector” and “cache efficiency” and people that don’t know what cache or efficiency really mean, and, if you profiled their code, things like cache efficiency aren’t in their top 10,000 list of performance problems especially when they’re doing shit like unknowingly and effectively new()ing bools with multithreaded stdlibs.
There is a big correlation between people that say “use std::vector” and “cache efficiency” and people that don’t know what cache or efficiency really mean, and, if you profiled their code, things like cache efficiency aren’t in their top 10,000 list of performance problems especially when they’re doing shit like unknowingly and effectively new()ing bools with multithreaded stdlibs.