Open main menu

CDOT Wiki β

Changes

Team Darth Vector

363 bytes added, 12:19, 23 November 2017
no edit summary
'''Containers Comparison'''
 
'''List of TBB containers:''' concurrent_queue, concurrent_vector, concurrent_hash_map
 
'''quotes''': ''Intel Threaded Building Blocks book.''
Highly concurrent containers are very important because Standard Template Library
(STL) containers generally are not concurrency-friendly, and attempts to modify
them concurrently can easily corrupt the containers.
 
 
 
'''Algorithms'''
20
edits