jamesturk / jellyfish

🪼 a python library for doing approximate and phonetic matching of strings.
https://jamesturk.github.io/jellyfish/
MIT License
2.07k stars 160 forks source link

Possible Cython speed-up #102

Closed DonaldTsang closed 6 years ago

DonaldTsang commented 6 years ago

https://github.com/priendeau/Jellyfish-Polypodiozoa

jamesturk commented 6 years ago

it doesn't look like this has been kept up... have you used this & confirmed it works/is a speed-up?

DonaldTsang commented 6 years ago

@jamesturk The repo itself has a lot of Ruby files, and is uncompileable (without the ruby.h file), but, it would be great if there is a test for such optimizations.

DonaldTsang commented 6 years ago

@jamesturk As a side request, could you write a tutorial on how to write C string process functions and Python wrappers? I would like to implement some of them myself.