Hacker News new | ask | show | jobs
by hoseja 2289 days ago
Well it defines the big-O of the datastructure APIs. And to match all the requirements, the implementation is usually very constrained.
1 comments

My impression is that it's typically the iterator/reference stability requirements that lock imlementations down, not the complexity requirements.
Oh yeah, that too.