knossos-project / knossos_utils

Python library for interacting with KNOSSOS data sets and annotation files
GNU General Public License v2.0
9 stars 9 forks source link

Cythonize strings #4

Open my-tien opened 9 years ago

my-tien commented 9 years ago

mergelist_tools.pyx uses regular python strings.

Instead use libcpp.string and find out how to use the std functions, e.g. for string manipulation.