Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance #292

Merged
merged 8 commits into from
Feb 26, 2019
Merged

Improve performance #292

merged 8 commits into from
Feb 26, 2019

Conversation

taldcroft
Copy link
Member

@taldcroft taldcroft commented Feb 24, 2019

This includes #291 and substantially improves performance. Mostly (sadly) this is finding ways around the poor performance of astropy Table, but the good news is that this introduces no algorithmic changes.

For the 1468 catalogs in the standard acq regression test set, there are no diffs. In this set the mean time to generate a catalog was reduced from 1.12 sec to 0.51 sec. At this point the time for ACAReviewTable review is probably significant in the overall performance budget.

@jeanconn
Copy link
Contributor

I can't tell from the PR text @taldcroft had benched this on linux, but I can report I am seeing the advertised 2x improvement in aggregate on that platform (as in it just took me half as long to run my separate regression test set on kadi).

@taldcroft
Copy link
Member Author

I never run on linux if I can avoid it. 😄

Copy link
Contributor

@jeanconn jeanconn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants