Click here to Skip to main content
15,889,462 members
Articles / Programming Languages / C++

How Much Overhead is Involved in Making Collections Multithreaded

8 Mar 2023CPOL 3.8K  
Detailed performance figures are gathered for lists, sets, trees and maps
I++ now has multithreaded classes as well as the original non-threaded, high-performance classes. These classes are run side-by-side and timings are gathered to test the performance of the single-threaded versus multithreaded classes.
We're sorry, but the article you are trying to view was deleted at 13 Mar 2023.

Please go to the C++ Table of Contents to view the list of available articles in this section.