graph-genome / component_segmentation

Read in ODGI Bin output and identify co-linear components
Apache License 2.0
3 stars 4 forks source link

evaluate Numba for speeding up tight loops #25

Closed subwaystation closed 3 years ago

josiahseaman commented 3 years ago
    # provides ~7x speedup on large tables
    from numba import jit, njit

numba is now a dependency of component_segmentation which you can install using
pip install component_segmentation