Python & IronPython Iterative String Operation Benchmarks

Someone has posted some benchmarks of iterative string operations for Python and IronPython:
CPython wins out on all of these benchmarks, except against IronPython 1 for the generator test. Not only that, but this benchmark shows (for these specific operations - all of which are related) a performance regression between IronPython 1 and 2.

Hopefully these figures will provide useful data for IronPython optimisation.

Comments

Popular posts from this blog

Extending Abobe Flash Player and AIR with Python and Ruby

Should Python Projects Support IronPython and Jython?

Further Adventures of the Debugger