ForkJoin Framework Quicksort -- Collections
does anyone know if a version of the QuickSort algorithm exists which uses the ForkJoin Framework introduced in Java7 and takes Collections as input? I've found some wich simply sort Integer-arrays and I'm currently rewriting it for use with Collections, but I don't want to reinvent the wheel so I just decided to ask if anyone knows of a version which uses Collect开发者_StackOverflowions.
Edit: I've implemented it for List
s, but not tested so far. I'm going to post it on codereview.stackexchange.com.
kind regards,
Johannes
精彩评论