pyperformance icon indicating copy to clipboard operation
pyperformance copied to clipboard

Add basic networkx benchmarks

Open MridulS opened this issue 2 years ago • 0 comments

NetworkX is a pure python library for working with graphs and we use python dictionaries as our core data structure. Python 3.11 did speed up a bunch of our functions, and anything that speeds up python will help us a lot!

Let me know if there is anything else I should add here @mdboom :)

A subset of our ASV benchmarks (py3.11 speed up vs 3.10 and 3.9)

MridulS avatar Jul 28 '23 09:07 MridulS