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.
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
Post a Comment