cytoscape / RCy3

New version of RCy3, redesigned and collaboratively maintained by Cytoscape developer community
MIT License
48 stars 20 forks source link

faster selectAll* functions #181

Closed AlexanderPico closed 2 years ago

AlexanderPico commented 2 years ago

prompted by this question: https://stackoverflow.com/questions/71869656/about-cytoscape-selectall-is-there-an-efficient-api/71875598#71875598

switch impl from table-based CyREST to CyCommands. 4x faster and more flexible. Can also add selectAll function.