Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r3948:7e2623ff21cf Date: 2011-10-27 17:27 +0200 http://bitbucket.org/pypy/extradoc/changeset/7e2623ff21cf/
Log: expand jit is good section diff --git a/blog/draft/faster-json.rst b/blog/draft/faster-json.rst --- a/blog/draft/faster-json.rst +++ b/blog/draft/faster-json.rst @@ -119,8 +119,13 @@ -------------------------- I was pretty surprised, but the JIT actually did make stuff work nicely. -It is possible to write code in Python and make it run fast, but you have -to be a bit careful. Again, jitviewer is your friend. +The changes that were done were relatively minor and straightforward, once +the module was cleaned to the normal "pythonic" state. +It is worth noting that it's possible to write code in Python and make it +run really fast, but you have to be a bit careful. Again, jitviewer is your +friend when determining why things are slow. I hope we can write more tools +in the future that would more automatically guide people through potential +performance pitfals. Cheers, fijal _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
