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
Depending on the underlying data structure, initializing it to a known size that fits user's use pattern might be a good optimization.
Considerations
If I'm not mistaken, zio.internal.MutableConcurrentQueue is currently used as the underlying data structure. I'm not familiar with the characteristics or the implementation of this data structure. Perhaps this ticket won't be applicable or useful to MutableConcurrentQueue.
The text was updated successfully, but these errors were encountered:
Motivation
Depending on the underlying data structure, initializing it to a known size that fits user's use pattern might be a good optimization.
Considerations
If I'm not mistaken,
zio.internal.MutableConcurrentQueue
is currently used as the underlying data structure. I'm not familiar with the characteristics or the implementation of this data structure. Perhaps this ticket won't be applicable or useful toMutableConcurrentQueue
.The text was updated successfully, but these errors were encountered: