Skip to content

Version 1.15.0

Choose a tag to compare

@benhoyt benhoyt released this 03 Feb 06:46
· 152 commits to master since this release

This release adds no new features. It's a significant performance improvement due to switching the internals of the interpreter from a tree-walking interpreter to a bytecode compiler with a virtual machine interpreter.

Results show that it's 18% faster overall on microbenchmarks, 13% on more real-world benchmarks. It should be fully backwards compatible -- please file an issue if you find a regression!

Read the details here.