Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Partitioner for concurrent_hash_map

csv610
Beginner
309 Views

Hello,

I have created one concurrent_hash_map instance and wish to use
parallel_for for some operations. Can someone give an example of an efficient
parititioner for such container ?

Thanks

With regards
0 Kudos
1 Reply
Alexey-Kukanov
Employee
309 Views
The example in a previous forum thread http://software.intel.com/en-us/forums//topic/56547might serve your need.
0 Kudos
Reply