Freigeben über


New Sample Pack Update!

Announcing v0.33 of the Sample Pack and ConcRT Extras! There is one new sample and a number of new and updated containers and algorithms.

Substantial updates were made to the following containers:

  • concurrent_unordered_map, concurrent_unordered_multimap
  • concurrent_unordered_set, concurrent_unordered_multiset

We updated parallel_transform, replaced parallel_accumulate with a new implementation and renamed it to parallel_reduce.

We replaced the existing parallel_sort and added a number of new sorting algorithms and a sample application that demonstrates their use:

  • parallel_sort, parallel_buffered_sort, and parallel_radixsort

Stay tuned for a follow up post discussing these algorithms in detail.

You can download the new sample pack here.