mpkato/interleaving

Speed up probabilistic interleaving

Closed this issue · 4 comments

Speed up probabilistic interleaving

I tried to speed up probabilistic interleaving, but could not achieve improvement over the current implementation ...

Implementation in C++ may be the best... (and can wait)
https://docs.python.org/3/extending/extending.html

It turned out that evaluate is very slow.

Probably solved at #49