Y
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
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.
link
leni536
2289 days ago
My impression is that it's typically the iterator/reference stability requirements that lock imlementations down, not the complexity requirements.
link
hoseja
2289 days ago
Oh yeah, that too.
link