auto-install icon indicating copy to clipboard operation
auto-install copied to clipboard

Use asynchronous functions

Open baldore opened this issue 9 years ago • 2 comments

I think the performance can be improved if instead of using some sync functions you just use asynchronous methods. Let me know what do you think.

baldore avatar Aug 11 '16 20:08 baldore

Can!

I started with asynchronous functions and ended up with multiple installations happening at once.

For the sake of clarity, I made everything sequential.

Will start making things async now that things are working smoothly.

Although, the biggest performance bottleneck was not in the code but in installing modules from the registry :smile:

siddharthkp avatar Aug 11 '16 22:08 siddharthkp

Hi ,I would like to start working on this.Any pointers where I should begin.?

himanshuchauhan avatar Apr 16 '18 14:04 himanshuchauhan