type4py icon indicating copy to clipboard operation
type4py copied to clipboard

Significant speed improvements to `preprocess`

Open mir-am opened this issue 2 years ago • 0 comments

The speed of preprocess is quite significantly improved by using parallel_apply() for processing functions' arguments and reducing the depth of parametric types. parallel_apply() is used from pandarallel.

mir-am avatar May 03 '22 14:05 mir-am