pycalphad / scheil

A Scheil-Gulliver simulation tool using pycalphad.
https://scheil.readthedocs.io/
MIT License
18 stars 6 forks source link

Performance pass #4

Closed bocklund closed 3 years ago

bocklund commented 4 years ago

The code should be profiled and any optimizations made if possible and reasonable.

For example, equilibrium(..., to_xarray=False) could be used, but the indexing into the LightDataset objects would have to be updated

bocklund commented 3 years ago

The PhaseRecord API usage introduced by #21 addresses this well enough to close.