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
When using FixedSizeBinary::try_from_iter and friends, the MutableBuffers used to hold the array data are initialized at zero, which causes a lot of time to be spent in reallocation.
(PR coming)
The text was updated successfully, but these errors were encountered:
When using
FixedSizeBinary::try_from_iter
and friends, theMutableBuffers
used to hold the array data are initialized at zero, which causes a lot of time to be spent in reallocation.(PR coming)
The text was updated successfully, but these errors were encountered: