Muream / maya-stubs

Stubs for Autodesk Maya
MIT License
41 stars 4 forks source link

Speed up the stubs generation #26

Open Muream opened 3 months ago

Muream commented 3 months ago

After doing some profiling, seems like most of the time is spent during JSON dumping/loading Would be worth trying another JSON library like ujson or orjson Or maybe skipping the JSON serialisation entirely and just keeping things in memory

Muream commented 2 months ago

Since most of the time is sunk during IO, refactoring some of the code to be async would bring some significant improvements