LC/DC: LOCKLESS CONTAINERS AND DATA CONCURRENCY A NOVEL NONBLOCKING CONTAINER LIBRARY FOR MULTICORE APPLICATIONS

LC/DC: Lockless Containers and Data Concurrency a Novel Nonblocking Container Library for Multicore Applications

Exploiting the parallelism in multiprocessor systems is a major challenge in modern computer science.Multicore programming demands a change in the way we design and use fundamental data structures.The standard collection of data structures and algorithms in C++11 is the sequential standard template library (STL).In this paper, we present their visi

read more