Click here to Skip to main content
15,888,733 members
Articles / Programming Languages / C++
Article

Scale Your C++ Apps Efficiently with TBB Concurrent Container Classes

10 Oct 2019CPOL 14.3K   1  
In this webinar, Software Development Engineer Aleksei Fedotov will discuss: Why exclusive access to the Standard Template Library (STL) containers such as vector or map does not guarantee scalability, how the situation could be improved to support a concurrent environment properly

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.

Ever wondered how to scale your C++ application most effectively? Or how two threads can compete for limited resourcing in a concurrent environment?

Providing concurrent access to container classes is not trivial and can burn a large portion of scalable application time. In this webinar, Software Development Engineer Aleksei Fedotov will discuss:

  • Why exclusive access to the Standard Template Library (STL) containers such as vector or map does not guarantee scalability
  • How the situation could be improved to support a concurrent environment properly
  • An overview of the highly concurrent container classes available in Threading Building Blocks < https://software.intel.com/en-us/intel-tbb> library and the purposes they can be useful for

Get the software

More resources

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
You may know us for our processors. But we do so much more. Intel invents at the boundaries of technology to make amazing experiences possible for business and society, and for every person on Earth.

Harnessing the capability of the cloud, the ubiquity of the Internet of Things, the latest advances in memory and programmable solutions, and the promise of always-on 5G connectivity, Intel is disrupting industries and solving global challenges. Leading on policy, diversity, inclusion, education and sustainability, we create value for our stockholders, customers and society.
This is a Organisation

42 members

Comments and Discussions

 
-- There are no messages in this forum --