Skip to content
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

minor bugfixes & optimizations #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

0xTiger
Copy link

@0xTiger 0xTiger commented May 5, 2022

Interesting paper :)

There were a few changes I needed to make to get this to work.
The most notable being that converting to a sparse.coo_matrix and then acessing row & column indicies is much more memory efficient than converting to a sparse.dok_matrix. In fact for a reasonably large matrix the sparse.dok_matrix did not fit in memory for me. Aside from that they are equivalent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant