rules_swift
rules_swift copied to clipboard
Feature flag to set num-threads to host threads
Currently, num-threads is hardcoded to 12. This PR sets the value to the number of cores return by sysctl, or "host threads". This may improve vertical scaling in some situations for larger core machines.