You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is promise.all already good enough, and should we use the pool library to improve it?
There is already an axios dependency in the package by default. I'm worried about adding more dependencies.
"It's worth trying if you can't get any more performance improvement with Promise.all in your environment,
If you're in a situation where Promise.all can handle it, you don't have to."
If you have people who need about 1000 weeks of data and they feel like it's too slow and they need to improve it.
I'll go back and rethink it.
I hear there is a promise-pool library.
Is promise.all already good enough, and should we use the pool library to improve it?
There is already an axios dependency in the package by default. I'm worried about adding more dependencies.
If you have people who need about 1000 weeks of data and they feel like it's too slow and they need to improve it.
I'll go back and rethink it.
https://github.com/supercharge/promise-pool
https://jojoldu.tistory.com/714
The text was updated successfully, but these errors were encountered: