Reduce (parallel pattern): Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
m Add: class. You can use this bot yourself. Report bugs here.
Added see also: "Fold"
Line 75:
 
Some parallel [[Sorting algorithm|sorting]] algorithms use reductions to be able to handle very big data sets.<ref>{{Cite arxiv|last=Axtmann|first=Michael|last2=Bingmann|first2=Timo|last3=Sanders|first3=Peter|last4=Schulz|first4=Christian|date=2014-10-24|title=Practical Massively Parallel Sorting|eprint=1410.6754|class=cs.DS}}</ref>
 
==See also==
* [[Fold (higher-order function)]]
 
== References ==