Is there a lock-free vector implementation?

前端 未结 2 1844
无人及你
无人及你 2021-02-19 11:50

First result in Google for \"lock free vector\" is a research paper cowritten by Damian Dechev, Peter Pirkelbauer and Bjarne Stroustrup describing a theoretical lock-free vector

2条回答
  •  执念已碎
    2021-02-19 12:39

    MS provides ppl::concurrent_vector and Intel provides tbb::concurrent_vector. On Windows at least ppl and tbb are part of the C-Runtime.

提交回复
热议问题