[Python-Dev] PEP 393 review (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Sun Aug 28 21:47:05 CEST 2011


I would say no more than a 15% slowdown on each of the following benchmarks:

- stringbench.py -u (http://svn.python.org/view/sandbox/trunk/stringbench/) - iobench.py -t (in Tools/iobench/) - the jsondump, jsonload and regexv8 tests from http://hg.python.org/benchmarks/

I now have benchmark results for these; numbers are for revision c10bcab2aac7, comparing to 1ea72da11724 (wide unicode), on 64-bit Linux with gcc 4.6.1 running on Core i7 2.8GHz.

The slowdown is larger when compared with a narrow Unicode build.

Additionally, it would be nice if you could run at least some of the testbigmem tests, according to your system's available RAM.

Running only StrTest with 4.5G allows me to run 2 tests (test_encode_raw_unicode_escape and test_encode_utf7); this sees a slowdown of 37% in Linux user time.

Regards, Martin



More information about the Python-Dev mailing list