Author: Antonio Cuni <anto.c...@gmail.com> Branch: Changeset: r65318:5e3c9717930a Date: 2013-07-10 16:04 +0200 http://bitbucket.org/pypy/pypy/changeset/5e3c9717930a/
Log: fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -5,3 +5,10 @@ .. this is a revision shortly after release-2.1-beta .. startrev: 4eb52818e7c0 +.. branch: fastjson +Fast json decoder written in RPython, about 3-4x faster than the pure Python +decoder which comes with the stdlib + +.. branch: improve-str2charp +Improve the performance of I/O writing up to 15% by using memcpy instead of +copying char-by-char in str2charp and get_nonmovingbuffer _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit