MaineKuehn / graphi

Graph Interface and Types
MIT License
1 stars 0 forks source link

Graph Performance suite #3

Open maxfischer2781 opened 6 years ago

maxfischer2781 commented 6 years ago

We need a reproducible performance suite for various graph operations, features and implementations. Should also be able to take into account the difference between pure-python, Cython and PyPy.

Existing benchmarks:

maxfischer2781 commented 6 years ago

Use the perf module for implementation?