Hacker News new | ask | show | jobs
by dzorz 5493 days ago
140x speedup was compared to optimized python version. I've tried it vs. pypy now (version 1.5) - it is 20x faster.
1 comments

Would it be possible for you to try ShedSkin on it?
I managed to compile the program using shedskin, but it throws a runtime error after it finds the first solution:

    ==== solution 1 =====
    (0, 2, 5, 7, 9, 4, 8, 1, 3, 6)
    terminate called after throwing an instance of '__shedskin__::TypeError*'
    Aborted
Ah, that's too bad... Thanks for the effort, anyway.