mindsdb / mindsdb_native

Machine Learning in one line of code
http://mindsdb.com
GNU General Public License v3.0
37 stars 28 forks source link

Parallel type deduction #443

Closed George3d6 closed 3 years ago

George3d6 commented 3 years ago

Why

441

Makes things faster

How

Parallelize type deduction and identifier detection using a pool's map function (fork based where possible). Change most methods to functions to facilitate this. Also conviniently helps with #395