Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not parallelize definition building if it gives no advantage
For the cases when there are 1 or 2 cores the fork join pool is of size 1 and therefore does not achieve parallelized execution. For this case we can load definitions on the main thread.
- Loading branch information