Kay Hayen
Kay Hayen
Yes, lets close it then it then.
Nuitka lacks a lot of optimization to make this worth while, most seriously tail end recursion, which will make it raise `RecursionError` for too large values, much like CPython will....
What I can, and will do, is making up some ideas about how tail loop recursion optimization could be done in Nuitka, and add this to the construct performance tests,...
I am surprised that Numba is not closer or faster than Go, but that is really of no interest to me, as I have little idea what those 2 do...
Recognizing tail end recursion, and changing a function to use loops instead of function calls needs somebody to work on it, in principle it's not hard to make, once we...
In the template, I have made it clear, that not filling out the issue template is not acceptable. I am closing this kind of report as invalid. The main reason...
So much better. Now I would also welcome you to use the latest release. Not hoping it will change anyway. But I am pretty sure the issue template tried to...
Then this is a duplicate. We need to do similar for Numba, but so far it has not been implemented. I need somebody to step up to pay me for...
Not all Python flags are supported, so that's not automatically a thing. It seems `-vvv` is just not rejected by Python's command line parser, and clearly not going to emulate...
If anybody wants to me a PR that does add it, be my guest. It will require modying the meta path based importer, and add support for another flag. Also...