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
While async is nice in some cases, it really just gets in the way, particularly for making everything truly parallel instead of just concurrent, I think we could get better throughput by just using a blocking reqwest client and using rayon for parallelization.
The text was updated successfully, but these errors were encountered:
While async is nice in some cases, it really just gets in the way, particularly for making everything truly parallel instead of just concurrent, I think we could get better throughput by just using a blocking reqwest client and using rayon for parallelization.
The text was updated successfully, but these errors were encountered: