meson-plus-plus
meson-plus-plus copied to clipboard
Don't hardcode number of jobs for threaded search
This should be based on the number of hardware threads we have available, which we need a utility to query. Bonus points if we spawn less than the maximum number of workers when the total jobs are less than the number of threads available.