saltudelft / type4py

Type4Py: Deep Similarity Learning-Based Type Inference for Python
Apache License 2.0
61 stars 13 forks source link

Significant speed improvements to `preprocess` #11

Open mir-am opened 2 years ago

mir-am commented 2 years ago

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.