Open main menu

CDOT Wiki β

Changes

Team Darth Vector

419 bytes added, 23:15, 14 December 2017
m
Efficiency Comparison Parallel for and concurrent_vector
===The Speed Improvement for String===As the table suggests, completing push back operations using tbb's concurrent vector allows for increased performance against a serial connection. TBB additionally provides a benefit that it will never need to resize the vector as pushback operations are completed. In stl, the vector is dynamically allocated which requires it to reallocate and copy memory over which may further slow down the push back operation.
 ===Speed Loss Why was TBB slower for Int?===
==Business Point of View Comparison for STL and TBB==
129
edits