Scale Your C++ Applications Efficiently with Intel® oneAPI Threading Building Blocks Concurrent Container Classes
Subscribe Now
Stay in the know on all things CODE. Updates are delivered to your inbox.
Overview
Have you 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 discusses:
- 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 the Intel® oneAPI Threading Building Blocks (oneTBB) library and how they can be used
Get the Software
- oneTBB—One of five free Intel® Performance Libraries. Download them all for free.
- Download from GitHub*
Other Resources
Aleksei Fedotov
Software development engineer, Intel Corporation
Aleksei Fedotov is responsible for the oneTBB library, including key features such as Flow Graph Analyzer, parallel algorithms, and concurrent containers. His expertise includes parallel processing, machine learning, and hardware architectures. Before joining Intel, Aleksei worked on a parallel framework for cache-efficient image processing, and implemented mathematical and statistical algorithms for serial, parallel, and distributed computing.
Aleksei holds a master of applied mathematics and informatics from N. I. Lobachevsky State University in Nizhny Novgorod.
Simplify the work of adding parallelism to complex applications, even if you're not a threading expert, with this advanced threading and memory management library.
Related Article