ScatteredArcsORCGraph: Run webgraph sorters in their own pool
As a futile attempt to prevent ForkJoinPool from scheduling a new call to the same function in a thread where it is already running. Unfortunately, even calling .invoke() on a different pool seems to be enough to cause it to re-enter the function from the same thread.
Loading
Please register or sign in to comment