You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"This implementation has received extensive optimization work, resulting in over 110x reduction in runtime since optimization work started. The only obvious way to optimize it further would be to integrate the logic directly into odgi in order to give it direct access to the graph object model in memory, removing the need for file I/O."
This would mean at least partially rewriting component segmentation in C++. Since Python compiles to C, much of the code could be maintained and possibly interoperable at the expense of a more complex compiling environment.
The text was updated successfully, but these errors were encountered:
josiahseaman
changed the title
Optimized Implementation for segementation in another language
Optimized Implementation by integrating with odgi
Nov 27, 2020
"This implementation has received extensive optimization work, resulting in over 110x reduction in runtime since optimization work started. The only obvious way to optimize it further would be to integrate the logic directly into odgi in order to give it direct access to the graph object model in memory, removing the need for file I/O."
This would mean at least partially rewriting component segmentation in C++. Since Python compiles to C, much of the code could be maintained and possibly interoperable at the expense of a more complex compiling environment.
The text was updated successfully, but these errors were encountered: