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

Slow get children of satellite data #3

Open
pbitzer opened this issue Jun 10, 2022 · 0 comments
Open

Slow get children of satellite data #3

pbitzer opened this issue Jun 10, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@pbitzer
Copy link
Owner

pbitzer commented Jun 10, 2022

When getting the children of satellite data (e.g., get the constituent events of a group), we currently go through each parent and find the children, one by one. This can be awfully slow for getting the children of many parents.

A better, faster approach would be take advantage of pd.cut to divvy everything up.

Here's where the change should be made (probably)

@pbitzer pbitzer added the enhancement New feature or request label Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant