ljramones / trips

A stellar cartography system
Apache License 2.0
15 stars 2 forks source link

Lazy calculation of display scores #314

Closed ljramones closed 3 years ago

ljramones commented 3 years ago

The calculation of the display score takes a long time and it slows down the loading of a data file.

To speed up the loading, we do a late display calculation.

So in order to speed things up, we calculate the display score only on plotting.

ljramones commented 3 years ago

done