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
Python has libraries like concurrent.futures which enable multi-processing. This app could benefit from taking a multi-election sim with 1000 elections, splitting it into 2 or 4 processes, and then aggregating the results back into the election simulation class results variable.
The text was updated successfully, but these errors were encountered:
Python has libraries like
concurrent.futures
which enable multi-processing. This app could benefit from taking a multi-election sim with 1000 elections, splitting it into 2 or 4 processes, and then aggregating the results back into the election simulation classresults
variable.The text was updated successfully, but these errors were encountered: