129
edits
Changes
added table test for time comparison or code comparison
''concurrent_queue'' : Multiple threads may simultaneously push and pop elements from the
'''Containers Comparison'''
===What is a Lock?===
Study Ref: https://software.intel.com/en-us/blogs/2008/10/20/tbb-containers-vs-stl-performance-in-the-multi-core-age
This leads into Concurrent_vector growing below..
'''Concept:''' Fine-grained locking
C++11 STL does not have much to offer for parallel algorithms natively unlike TBB
''More: http://www.bfilipek.com/2017/08/cpp17-details-parallel.html''
Overall partitioning, thread creation, and management is hidden in TBB