Hacker News new | ask | show | jobs
by soerxpso 855 days ago
Using the .__jit__() method in your rustpython version might get you a speedup (I assume they intend for this to be automatic eventually, and it's only explicit right now while the feature is under construction).
1 comments

I tried jit as well but looks like recursive functions cannot be jitted yet :(