[Python-ideas] Make Python code read-only
Nick Coghlan
ncoghlan at gmail.com
Wed May 21 02:00:31 CEST 2014
> More optimizations
> ==================
>
> See my notes for all ideas to optimize CPython:
>
> http://haypo-notes.readthedocs.org/faster_cpython.html
>
> I explain there why I prefer to optimize CPython instead of working on
> PyPy or another Python implementation like Pyston, Numba or similar
> projects.
You don't explain why you don't want to go with the selective optimisation
approach of Numba.
That isn't its own implementation - it's a way of marking particular
functions to be accelerated.
Cheers,
Nick.
>
> Victor
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140521/e22336f5/attachment.html>
More information about the Python-ideas
mailing list