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
Specialize functions to avoid dynamic dispatch (#985)
* Specialize functions to avoid dynamic dispatch
This helps reduce allocations and make client requests a little more stable
with regards to allocations and performance.
* Fix specializations
0 commit comments