Hacker News new | ask | show | jobs
by kuanbutts 2532 days ago
Interesting - would be interested in a comparison between GraphBLAS (which I had not heard of until just now) and, for example, graph-tool's (https://graph-tool.skewed.de/) underlying algorithms (Boost Graph Library).
2 comments

It seems that they serve very different purposes. Graphblas is mostly focused on the processing of real-valued functions defined on the vertices and edges of large-scale sparse graphs, and is optimized for this use case (think graphs with thousands of millions of vertices). The boost graph library is not tailored to numeric functions and it will probably be less efficient for this use case.
Thanks! That's a helpful description.
There's a ton of previous threads over the last year with detailed descriptions and discussions...

Search GraphBLAS https://hn.algolia.com/?query=GraphBLAS&sort=byPopularity&pr...