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
Could lending iterators be used instead to avoid repeated allocations?
rayon support?
Alternatively, just use smallvec or something? I did try this early on in zarrs development, but there wasn't a measurable performance difference and made the API less friendly. zarrs is more optimised now though.
The text was updated successfully, but these errors were encountered:
zarrs::array_subset::iterators
have measurable overhead, probably mostly from allocation.rayon
support?smallvec
or something? I did try this early on inzarrs
development, but there wasn't a measurable performance difference and made the API less friendly.zarrs
is more optimised now though.The text was updated successfully, but these errors were encountered: