https://people.csail.mit.edu/jshun/graph.shtml
- SSCA-2, Erdös-Rényi, R-MAT https://github.com/Bader-Research/GTgraph
- R-MAT https://github.com/farkhor/PaRMAT
- https://github.com/KarlsruheGraphGeneration/KaGen (много видов)
- kronecker https://github.com/graph500/graph500 (с бенчмарком)
- https://sparse.tamu.edu/
- http://www.diag.uniroma1.it//~challenge9/download.shtml - графы дорог
- https://www.cc.gatech.edu/dimacs10/downloads.shtml - кронекер, Erdös-Rényi и некоторые другие
- https://snap.stanford.edu/data/ - разные сети
https://math.nist.gov/MatrixMarket/formats.html#MMformat
https://github.com/domargan/awesome-dynamic-graphs
https://github.com/GraphBLAS/GraphBLAS-Pointers
- https://github.com/sbeamer/gapbs - BFS, SSSP, PR, CC, BC, TC
- https://github.com/ParAlg/gbbs - много алгоритмов
- https://github.com/IntelligentSoftwareSystems/Galois
- https://github.com/stanford-mast/Grazelle-PPoPP18
- ....
- https://igraph.org/ (seqv) (Python, C, R)
- https://networkit.github.io/index.html (C++, OpenMP)
- https://snap.stanford.edu/snap/index.html (seqv)
- https://graph-tool.skewed.de/ (C++, OpenMP)
- https://networkx.org/ (только Python)