Open main menu

CDOT Wiki β

Changes

Team Darth Vector

465 bytes removed, 23:11, 14 December 2017
Efficiency Comparison Parallel for and concurrent_vector
'''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==
129
edits