I'm Brett Slatkin and this is where I write about programming and related topics. You can contact me here or view my projects.

06 June 2015

Python 2.7.11 will be 15-20% faster by using computed gotos instead of a switch statement, thanks to a patch from Intel. Edit: To be clear, it's the bytecode interpreter's code that's faster; overall benchmarks are here.
© 2009-2024 Brett Slatkin