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
Right now, the library is thread-safe (supposed to be) and it does this by creating new requests each time one is needed per thread. Speed comes through the many threads.
Requests can be pooled and batched and then collected. This might increase the speed quite significantly. There is a decent test-framework for this piece now which will help us.
The text was updated successfully, but these errors were encountered:
Right now, the library is thread-safe (supposed to be) and it does this by creating new requests each time one is needed per thread. Speed comes through the many threads.
Requests can be pooled and batched and then collected. This might increase the speed quite significantly. There is a decent test-framework for this piece now which will help us.
The text was updated successfully, but these errors were encountered: