Hi Alex, On 30 August 2014 00:09, Alex Gaynor <alex.gay...@gmail.com> wrote: > FWIW, I'm not sure your commit helped, at least, it seems to be worse for > some usecases: (PyPy default vs 2.3.1):
Ah. Yes, my commit helped really a lot: $ ./pypy-c -mtimeit -s"import json;x=u'\u1234'*10000" "json.dumps(x)" went down from 5.8ms per loop to 208us. However, I see that running the same example with 10000 ascii chars went up from 41.4us to 139us. Time to tweak. Armin _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev