-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Because xarray is all python and generally not doing much compute itself (i.e. it marshals other libraries to do that), this hasn't been that important.
IIRC most of the performance issues have arisen where xarray builds on (arguably) shaky foundations, like PeriodIndex
.
Though as we mature, is it worth adding some benchmarks?
If so, what's a good way to do this? Pandas uses asv successfully. I don't have experience with https://github.com/ionelmc/pytest-benchmark but that could be a lower cost way of getting started. Any others?