Contents Menu Expand Light mode Dark mode Auto light/dark mode
Unum · UDSB 1.0.0 documentation
Logo
Unum · UDSB 1.0.0 documentation

�

  • Tables
  • Matrices
  • Networks
  • Index
Back to top

Networks#

NetworkX vs RetworkX vs cuGraph vs IGraph vs Snap#

conda env create -f network/env.yml
conda activate adsb_network
conda install -c rapidsai -c nvidia -c conda-forge cugraph=22.08 python=3.9 cudatoolkit=11.5
python network/bench.py

Links#

  • All NetworkX algos: docs

  • All cuGraph algos: docs

Other Benchmarks#

  • https://www.timlrx.com/blog/benchmark-of-popular-graph-network-packages-v2

Previous
Matrices
Copyright © 2023, Unum
Made with Sphinx and @pradyunsg's Furo
On this page
  • Networks
    • NetworkX vs RetworkX vs cuGraph vs IGraph vs Snap
      • Links
      • Other Benchmarks