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
In simple_processor.process_all_channels the loop could likely parallelized
with multiprocessing. This small change would easily lead to an improvement
of N-fold number of cores in the machine available.
In simple_processor.process_all_channels the loop could likely parallelized
with
multiprocessing. This small change would easily lead to an improvementof N-fold number of cores in the machine available.