sortVector/sortList in SplitStrategy should use Collections.sort as opposed to a self-implemented bubble sort; this creates a huge bottleneck in execution for large numbers of nodes.
Log in to post a comment.