hrldcpr / pyLAPJV

Jonker-Volgenant / LAPJV algorithm for the linear assignment problem, in Python
51 stars 10 forks source link

Port to Cython #3

Open kylemcdonald opened 7 years ago

kylemcdonald commented 7 years ago

This is less of an issue and more of an idea. I ported the C code to typed Cython code using numpy, and have gotten even better performance from it than I do from the C code.