'''Concept:''' Fine-grained locking===Speed Improvement for String===
Multiple threads operate on the container by locking only those portions they
really need to lock.
'''Concept:''' Lock-free algorithms '''Bits of knowledge:''' STL interfaces are inherently not thread-safe. Threading Building Blocks containers are not templated withan allocator argument. '''Links''' http://www.cs.northwestern.edu/~riesbeck/programming/c++/stl-summary.html http://www.cplusplus.com/reference/stl/ https://www.inf.ed.ac.uk/teaching/courses/ppls/TBBtutorial.pdf===Speed Loss for Int===
==Business Point of View Comparison for STL and TBB==