Hacker News new | past | comments | ask | show | jobs | submit login

Comes up fairly regularly for us in code reviews. People will question the data structures used. E.g. This find operation in a tight loop is actually called on a vector not a map, meaning it's a linear search rather than a constant operation.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: