Hi everybody, A while ago I submitted a pull-request after cleaning a bit the source code of the JSON decoder, if anybody wants to check it out, it's here: https://bitbucket.org/pypy/pypy/pull-request/26/json-decoder-speed-up Some experimental tests here, if you are interested: http://armisael.silix.org/2012/01/speeding-up-json-decoder-in-pypy/ (not enormous speed-ups, but still...) Cheers! -- Dott. Stefano Parmesan PhD Student ~ University of Trento <ahref Foundation - Trento - Italy Tel: 0461-235794 ext. 5544
On Tue, Feb 7, 2012 at 12:27 PM, Stefano Parmesan <s.parmesan@gmail.com> wrote:
Hi everybody,
A while ago I submitted a pull-request after cleaning a bit the source code of the JSON decoder, if anybody wants to check it out, it's here: https://bitbucket.org/pypy/pypy/pull-request/26/json-decoder-speed-up Some experimental tests here, if you are interested: http://armisael.silix.org/2012/01/speeding-up-json-decoder-in-pypy/
(not enormous speed-ups, but still...)
Cheers!
Hey. I've been eyeing this (it's on my TODO list) for a while and I keep that in mind. However, as we're closing to the release I would not like to merge this without a through review and I simply did not have time for that recently at all. Apologies for this taking so long (it should not be that long) and I hope to review this really soon. Cheers, fijal
Right, I forgot about the 1.8 release. No worries, and thank you! -- Dott. Stefano Parmesan PhD Student ~ University of Trento <ahref Foundation - Trento - Italy Tel: 0461-235794 ext. 5544 On 7 February 2012 11:43, Maciej Fijalkowski <fijall@gmail.com> wrote:
On Tue, Feb 7, 2012 at 12:27 PM, Stefano Parmesan <s.parmesan@gmail.com> wrote:
Hi everybody,
A while ago I submitted a pull-request after cleaning a bit the source code of the JSON decoder, if anybody wants to check it out, it's here: https://bitbucket.org/pypy/pypy/pull-request/26/json-decoder-speed-up Some experimental tests here, if you are interested: http://armisael.silix.org/2012/01/speeding-up-json-decoder-in-pypy/
(not enormous speed-ups, but still...)
Cheers!
Hey.
I've been eyeing this (it's on my TODO list) for a while and I keep that in mind. However, as we're closing to the release I would not like to merge this without a through review and I simply did not have time for that recently at all. Apologies for this taking so long (it should not be that long) and I hope to review this really soon.
Cheers, fijal
On Tue, Feb 7, 2012 at 12:52 PM, Stefano Parmesan <s.parmesan@gmail.com> wrote:
Right, I forgot about the 1.8 release. No worries, and thank you!
For what is worth the branch fails tests.
-- Dott. Stefano Parmesan PhD Student ~ University of Trento <ahref Foundation - Trento - Italy Tel: 0461-235794 ext. 5544
On 7 February 2012 11:43, Maciej Fijalkowski <fijall@gmail.com> wrote:
On Tue, Feb 7, 2012 at 12:27 PM, Stefano Parmesan <s.parmesan@gmail.com> wrote:
Hi everybody,
A while ago I submitted a pull-request after cleaning a bit the source code of the JSON decoder, if anybody wants to check it out, it's
here: https://bitbucket.org/pypy/pypy/pull-request/26/json-decoder-speed-up Some experimental tests here, if you are interested: http://armisael.silix.org/2012/01/speeding-up-json-decoder-in-pypy/
(not enormous speed-ups, but still...)
Cheers!
Hey.
I've been eyeing this (it's on my TODO list) for a while and I keep that in mind. However, as we're closing to the release I would not like to merge this without a through review and I simply did not have time for that recently at all. Apologies for this taking so long (it should not be that long) and I hope to review this really soon.
Cheers, fijal
On Wed, Feb 8, 2012 at 9:52 PM, Maciej Fijalkowski <fijall@gmail.com> wrote:
On Tue, Feb 7, 2012 at 12:52 PM, Stefano Parmesan <s.parmesan@gmail.com> wrote:
Right, I forgot about the 1.8 release. No worries, and thank you!
For what is worth the branch fails tests.
No, sorry, my bad, it's my old pypy
-- Dott. Stefano Parmesan PhD Student ~ University of Trento <ahref Foundation - Trento - Italy Tel: 0461-235794 ext. 5544
On 7 February 2012 11:43, Maciej Fijalkowski <fijall@gmail.com> wrote:
On Tue, Feb 7, 2012 at 12:27 PM, Stefano Parmesan <s.parmesan@gmail.com> wrote:
Hi everybody,
A while ago I submitted a pull-request after cleaning a bit the source code of the JSON decoder, if anybody wants to check it out, it's
here: https://bitbucket.org/pypy/pypy/pull-request/26/json-decoder-speed-up Some experimental tests here, if you are interested: http://armisael.silix.org/2012/01/speeding-up-json-decoder-in-pypy/
(not enormous speed-ups, but still...)
Cheers!
Hey.
I've been eyeing this (it's on my TODO list) for a while and I keep that in mind. However, as we're closing to the release I would not like to merge this without a through review and I simply did not have time for that recently at all. Apologies for this taking so long (it should not be that long) and I hope to review this really soon.
Cheers, fijal
On Tue, Feb 7, 2012 at 8:27 AM, Stefano Parmesan <s.parmesan@gmail.com> wrote:
Some experimental tests here, if you are interested: http://armisael.silix.org/2012/01/speeding-up-json-decoder-in-pypy/
Looking at your post I see that you used https://github.com/kracekumar/cerealization/ to measure performance, Couldn't this be added to the spee.pypy.org benchmark set? Probably after the 1.8 release too. -- Leonardo Santagada
participants (3)
-
Leonardo Santagada
-
Maciej Fijalkowski
-
Stefano Parmesan