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
We need the Owned* scalars without lifetime generics anyways for the bindings, and so we don't need the overhead of having a Cow on each scalar part. Would be interesting to see if this improves benchmarks
The text was updated successfully, but these errors were encountered:
We need the
Owned*
scalars without lifetime generics anyways for the bindings, and so we don't need the overhead of having aCow
on each scalar part. Would be interesting to see if this improves benchmarksThe text was updated successfully, but these errors were encountered: