GraphBLAS / GraphBLAS-Pointers

Resources on the GraphBLAS standard for graph algorithms in the language of linear algebra
https://graphblas.org/GraphBLAS-Pointers
183 stars 10 forks source link

Update the grblas repo location. #1

Closed eriknw closed 4 years ago

eriknw commented 4 years ago

We moved the location of grblas.

Also, I think grblas should probably be starred. It's one of the easiest wrappers to install (you don't need to install GraphBLAS separately), and it should be a good starting point for users. For example, you can start coding in one click:

https://mybinder.org/v2/gh/metagraph-dev/grblas/master?filepath=notebooks%2FIntro%20to%20GraphBLAS%20%2B%20SSSP%20example.ipynb

We still have work we'd like to do to make it even more accessible and user-friendly, but we're quickly getting there.

szarnyasg commented 4 years ago

Agreed. Thanks for the PR.