Hacker News new | ask | show | jobs
by LessDmesg 2289 days ago
What, C++'s spec constrains implementation of standard datastructures? This language has hit a new low for me.
1 comments

Well it defines the big-O of the datastructure APIs. And to match all the requirements, the implementation is usually very constrained.
My impression is that it's typically the iterator/reference stability requirements that lock imlementations down, not the complexity requirements.
Oh yeah, that too.