Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 664 Bytes

performance.rst

File metadata and controls

28 lines (21 loc) · 664 Bytes

Performance

There is a small performance suite which can be run with the following:

% python setup.py performance

Raw data

v0.0.1
Python2.6 20.77s
Python2.7 21.13s
Python3.3 27.32s
Pypy 1.333s

The moral of the performance story is that Pypy should be used if performance is important for your use case. However, the current performance tests probably overstate Pypy's performance.