home.social

#rustworkx — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rustworkx, aggregated by home.social.

  1. I don't do a lot of #NetworkAnalysis in my work, but there are many in @digigeolab who do, and presumably here as well.

    I know #NetworkX is a commonly used Python library for such analysis, but it is a bit slow. However, there is a new spin of it called #RustworkX written in Rust, which makes it blisteringly fast.

    Here are some benchmarks: rustworkx.org/dev/benchmarks.h

    Has anyone tried it? Any opinions?