PPLの並列アルゴリズム

parallel_sort()
parallel_buffered_sort()
parallel_radixsort()

というstd::sort()より数倍早いソート関数も使える。


ネタ元