complement and subtract are very slow with large number of features #193
agalitsyna
started this conversation in
General
Replies: 1 comment
-
Summary
Following is the block of profiling stat.
Profiling summary
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The inner working of complement/subtract includes multiple bioframe/pandas operations. Potentially, it can be replaced by something more low-level and faster.
My user experience: subtracting 700_000 regions from 300_000 genomic segments takes 1 hour and 40 minutes to subtract.
Beta Was this translation helpful? Give feedback.
All reactions