Skip to content

Conversation

@eriknw
Copy link
Member

@eriknw eriknw commented Dec 1, 2021

Fixes #130. CC @ParticularMiner

Now the import time of grblas is dominated by importing pandas, numba, and numpy. For me, the import time is about 5x faster (hooray!).

This was a bit more complicated than I expected. I'll give this another pass tomorrow.

Fixes python-graphblas#130.

Now, the import time of grblas is dominated by importing pandas, numba, and numpy.
@ParticularMiner
Copy link
Contributor

@eriknw

A considerable improvement! For me it is 3 to 7 times faster than before after merging your changes.

@eriknw eriknw merged commit d181ac4 into python-graphblas:main Dec 8, 2021
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.

compared to other packages from grblas import ... is 10 times slower

2 participants