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

Performance improvements for selection #1029

Merged
merged 13 commits into from
Jul 4, 2016

Conversation

astrofrog
Copy link
Member

This is a WIP, but I'm going to collect several performance improvements for selections.

@astrofrog
Copy link
Member Author

This also fixes #959

@astrofrog astrofrog added this to the 0.8.2 milestone Jun 29, 2016
@astrofrog
Copy link
Member Author

I'm marking this as 0.8.2 since it's 'just' a performance improvement, with no change in API.

… present: treat the rectangular ROI as an ‘and’ combination of two range ROIs instead of a collection of many individual MultiRangeSubsetState ROIs
…lar ROIs to categorical data. Prior to this, we were accidentally looping over all actual data points instead of all categories.
… by setting up dedicated subsetstate classes as opposed to chaining many individual subset states (which would crash above a low number of subset states due to recursion issues)
@astrofrog astrofrog merged commit d1e4a5c into glue-viz:master Jul 4, 2016
astrofrog added a commit that referenced this pull request Jul 6, 2016
Performance improvements for selection
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.

1 participant