sympy / sympy_benchmarks

Some benchmarks of SymPy
14 stars 32 forks source link

Add matrix getitem benchmarks #60

Closed sylee957 closed 5 years ago

sylee957 commented 5 years ago

As https://github.com/sympy/sympy/issues/17249, some matrix performance can be affected by its internal structure. This may help track down some unnecessary degradations by changes to the internal array data structure.

moorepants commented 5 years ago

This looks fine. Thanks!