-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Expose imapSM, correct imapIM2, and change to alter #75
Conversation
Also strict |
Can these changes be included in the next upload, along with the toRowsL / fromRowsL fix (which is already committed I believe)? I have some code relying on my fork where I would prefer to have it rely on the main Hackage release. |
Is it possible to get this merged and released relatively soon? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 thanks you !
Sorry for the slow feedback and thank you for looking into performance issues! 👍 |
Thanks! Will there be a release on hackage? |
@GregorySchwartz yes, but first I'd like to bring back |
Expose imapSM, correct imapIM2, and change to alter
imapSM
is needed for many processes and is much better than flattening then building the matrix again to map over indices. I fixed theimapIM2
issue referenced in #74 and changedinsert
toalter
for more speedup and better memory usage.