trackintel icon indicating copy to clipboard operation
trackintel copied to clipboard

EHN: speed up _split_overlaps

Open hongyeehh opened this issue 1 year ago • 0 comments

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 avatar Jan 18 '24 10:01 hongyeehh