gatagat/lap

Extended benchmarks

Opened this issue · 1 comments

Hi,

Just wanted to let you know that I've been benchmarking various Python LAP solving implementations.

https://github.com/cheind/py-lapsolver/tree/develop#benchmarks

Until recently, the solver from lapsolver (my project), was actually the fastest among the tested ones. However, after I've discovered your project, it seems like that lapjv beats lapsolver except for small matrix cases. Well done!

Hi Christoph,

I'm happy to hear that. Thanks for letting me know.

I've benchmarked earlier against some other implementations, which you might want to add: pymatgen, centrosome.

Best,
Tomas