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
Currently the parameters are the interval (called SECONDS in advent.py) and the offset between threads (called OFFSET). It makes sense to make offset calculable and specify a number of threads instead (default should be function of the interval), which is a bit more intuitive for a user. Safeguards shall be put in place to avoid division by zero or some unrealistic configurations (like running many more threads than CPU cores available).
The text was updated successfully, but these errors were encountered:
Currently the parameters are the interval (called
SECONDS
inadvent.py
) and the offset between threads (calledOFFSET
). It makes sense to make offset calculable and specify a number of threads instead (default should be function of the interval), which is a bit more intuitive for a user. Safeguards shall be put in place to avoid division by zero or some unrealistic configurations (like running many more threads than CPU cores available).The text was updated successfully, but these errors were encountered: