skuschel / generatorpipeline

Parallelize your data-processing pipelines with just a decorator.
GNU General Public License v3.0
2 stars 3 forks source link

Enhance Performance of Variance and Mean Accumulator #17

Closed skuschel closed 1 year ago

skuschel commented 1 year ago
skuschel commented 1 year ago

Benchmark added in 7dff075 Optimization Test with numexpr increased the execution time for the variance accumulator from 0.115ms to 0.21ms. Numpy requires 0.09 so it doesnt seem worth it.