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

EHN: speed up _split_overlaps #602

Open
hongyeehh opened this issue Jan 18, 2024 · 0 comments
Open

EHN: speed up _split_overlaps #602

hongyeehh opened this issue Jan 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@hongyeehh
Copy link
Member

The changes in #393 simplify the logic for the code but significantly affect the performance. This is because the previous change_flag splits all rows at each iteration, while the current version uses apply and splits per row.

@hongyeehh hongyeehh added the enhancement New feature or request label Jan 18, 2024
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