hshhrr / plotly-upset

UpSet intersection visualization utility for Plolty (Python-only)
MIT License
6 stars 0 forks source link

Nodes and edges takes a lot of time #4

Open edward-mich opened 1 month ago

edward-mich commented 1 month ago

Small performance issue I think — when I have multiple lists (say over 8-10), the get_nodes_and_edges and get_nonzero_nodes_and_eges takes a lot of time to run, probably because it takes all possible intersections (2**n_sets), ones which are not even present in the dataset. Any workarounds?

hshhrr commented 1 month ago

Will look into it. Thanks for pointing it out.