Skip to content

Speedup normalized variance computation

Josh McConnell requested to merge multiprocessing into master

This merge request parallelizes the normalized variance computation using python's builtin multiprocessing module. This results in a substantial speedup for normalized variance computations on multi-core systems for datasets with ~5000 or more observations.

Merge request reports