Remove "run in parallel" option, introduced with #1 #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While processing all found symbols within a processor does speed things up, the gain we achieve with it is negligible. In tests with the SampleApp, KSP was about 100ms faster (from ~900ms to ~780ms). However, with parallel running, new issues were introduces with the KSP-resolver, which were not deterministic.
Therefore, "run in parallel" should be removed.