Tag: Pyston
-
Pyston: xrange() example
I’ve finally been able to talk about what I’ve been up to at Dropbox: Pyston, a new JIT for Python! You can check out the main announcement here, or the code here. In this post I wanted to go into more detail about a specific example of something that Pyston can handle: for loops. It…