Yeah, it was surprising to me too. I thought it'd be faster, but not that much. I did some quick cProfile tests, but that didn't show anything, and I think it's improvements to the bytecode interpreter and various bytecode instructions. (This particular test hammers the bytecode interpreter.) I'll post details in the next week or so.
-Ben On Fri, Jul 14, 2017 at 9:33 AM, Victor Stinner <victor.stin...@gmail.com> wrote: > 2017-07-14 13:37 GMT+02:00 Ben Hoyt <benh...@gmail.com>: > > Wow, amazing work. The Stinnerbot strikes again! > > Thanks. > > > A lot of great optimizations and bugfixes. Speaking of optimizations, I > just > > wrote some code which takes 12s on Python 2.7 and 5s on Python 3.5. so > we're > > doing something right! I might post about it shortly. > > Hum, I'm curious to see which kind of code becomes so much faster on > Python 3. > > Victor >
_______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com