concurrent-vector Questions
3
Solved
I am currently trying to represent a 2D array using tbb::concurrent_vector<T>. This 2d array will be accessed by a lot of different threads and thats why I want it to handle parallel accesses...
Aindrea asked 4/11, 2011 at 15:10
1
Solved
push_back, begin, end are described as concurrent safe in
https://learn.microsoft.com/en-us/cpp/parallel/concrt/reference/concurrent-vector-class?view=vs-2019#push_back
However the below code is a...
Tunny asked 15/11, 2019 at 12:37
2
Solved
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. Has this, or any oth...
Cat asked 21/2, 2012 at 22:5
1
© 2022 - 2024 — McMap. All rights reserved.