-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add more helper utilities for the .Mutable modules in Vector #64
Comments
and hopefully this could be done for the 0.11 release |
If you have anything in mind I can whip up a PR for this. |
I've not thought that far! I'm thinking it'd be good to provide a bunch of the "functional" flavored operations (albeit with monadic results), plus a bunch of inplace operations. Eg, map and imap, plus inplace versions thereof. |
basicaly: everything that has a reasonable definition for the .Mutable modules (though they wont fuse), and that we provide in the pure setting, we should provide, plus the inplace versions of applicable operations. like http://hackage.haskell.org/package/vector-0.10.12.2/docs/Data-Vector-Generic-Mutable.html is pretty impoverished compared with http://hackage.haskell.org/package/vector-0.10.12.2/docs/Data-Vector-Generic.html |
Yeah, I see. Also the documentation has some holes. I will have a go. |
you rock! (this is a lot of work mind you, lemme know if you want help!) |
Is this for adding utilities like http://hackage.haskell.org/package/vector-0.11.0.0/docs/Data-Vector-Storable.html#g:29 to mutable ones? If so , a big 👍 from me. |
Yes it is, but as you can see I'm really lazy so it may take a while. |
@archblob any chance this is still lying in your queue? :) or it is open season? |
It seems I still have a branch on my fork. Though now that I'm reminded of this, it's pretty tempting.sigh. |
Is this still planned? Today I needed I might have some cycles, but no working knowledge of the vector package internals. How could I help get this issue moving? |
Closed in favor of #334 |
the
.Mutable
modules are currently a bit impoverished. could use some more utilitiesThe text was updated successfully, but these errors were encountered: