*Recursive Parallel For Loops*…
Posted by jpluimers on 2019/03/28
Interesting thread: [WayBack] Recursive Parallel For LoopsI have an algorithm which isn’t a sorting algorithm but conceptually works similar to the Quicksort algorithm… – Steve Maughan – Google+
TL;DR: when splitting recursive algorithms in parallel, ensure you have a way to hard limit the number of threads.
–jeroen






Leave a comment