"c++ thread-safe map" Code Answer

3

does not meet the criteria that you have specified, but you could have a look at the tbb containers. there is so called concurrent_hash_map which allows multiple threads to access concurrently the data in the map. there are some details, but everything is nicely documented and can give you an idea of the "concurrent container". depending on your needs this might be totally inappropriate...

By BB9z on June 3 2022

Answers related to “c++ thread-safe map”

Only authorized users can answer the Search term. Please sign in first, or register a free account.