You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the automaxprocs library, but I don't think it is correct to use inside of another library that gets imported.
Decisions on how to handle GOMAXPROCS should be left up to the main application, as it can have unintended performance implications depending on the workload.
If you find that cache benchmarks run better with it, consider maybe just using inside of benchmarks.
Was a bit surprised when something started messing with my GOMAXPROCS when I was converting a project over to this library!
The text was updated successfully, but these errors were encountered:
I like the automaxprocs library, but I don't think it is correct to use inside of another library that gets imported.
Decisions on how to handle GOMAXPROCS should be left up to the main application, as it can have unintended performance implications depending on the workload.
If you find that cache benchmarks run better with it, consider maybe just using inside of benchmarks.
Was a bit surprised when something started messing with my GOMAXPROCS when I was converting a project over to this library!
The text was updated successfully, but these errors were encountered: