Earlier quoted context omitted.
That blog post doesn't address the worst-case running time argument, and doesn't measure worst-case running time costs, since it measures batches of 5000 operations at a time. And hey, it's about a workload that totally obviates worst-case running time considerations by requiring a linear scan for every operation. If you responded by pointing out that even when the vector consumes half of physical memory, the worst c…
If you don't mind me asking ... what religion are you that considers copyable types to be the devil?
Re: Linked lists in C, with open source ADT
#41Presbyterian. Well no, but see http://google-styleguide.googlecode.com/svn/trunk/cppguide.x... for some rationale in that direction. Generally speaking you might note that in Java and C#, if you want to copy a data structure, you have to do so explicitly.