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
This adds `groupBy` and `group` for generic vectors, returning a list of
slices of the input vector.
Specialized versions of groupBy and group are added for:
- Data.Vector
- Data.Vector.Unboxed
- Data.Vector.Storable
- Data.Vector.Primitive
These functions are all `O(n)`, and do not fuse, but because they
return slices of the input, they do not copy.
Co-authored-by: Alex Kalderimis <[email protected]>
0 commit comments