Earlier quoted context omitted.
I'm happy to credit these people. https://arrow.apache.org/docs/r/authors.html CUDA and the ecosystem around it is more complicated. I'll use it. I agree that it advanced the state of the art and helped fund some of the truly OSS projects. Don't feel the need to bring it up on a HN comment. Neither does the parent article by Sem. In fact, it's in the vendor's interest to transparently route the algorithms in Icebug t…
They use networkx today: https://github.com/rapidsai/nx-cugraph/ because it's more popular than networkit or icebug. But its popularity is based on ease of use, not performance: https://github.com/timlrx/graph-benchmarks Not clear if the author or anyone else has an updated version of these benchmarks. Opened an icebug issue on the repo.
we use igraph cpu / cugraph gpu in pygraphistry/gfql projects, and our experience is cugraph is ~10X+ on tiny cheap GPUs over igraph. looking at that table, where all seem same magnitude as igraph, I'd therefore expect much better than all the options listed. And when things get bigger and it merits a bigger GPU, even better. The team has been doing a great job over the last decade, and all free.