[issue26719] More efficient formatting of ints and floats in json

2016-04-10 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
assignee:  -> serhiy.storchaka
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26719] More efficient formatting of ints and floats in json

2016-04-10 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 4d4febb76864 by Serhiy Storchaka in branch '3.5':
Issue #26719: More efficient formatting of ints and floats in json.
https://hg.python.org/cpython/rev/4d4febb76864

New changeset 36b15a9776ae by Serhiy Storchaka in branch 'default':
Issue #26719: More efficient formatting of ints and floats in json.
https://hg.python.org/cpython/rev/36b15a9776ae

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26719] More efficient formatting of ints and floats in json

2016-04-09 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

There is similar issue with unneeded strings copying: issue26057.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26719] More efficient formatting of ints and floats in json

2016-04-09 Thread Guido van Rossum

Guido van Rossum added the comment:

Please also backport to 3.5.2...

On Saturday, April 9, 2016, Raymond Hettinger 
wrote:

>
> Raymond Hettinger added the comment:
>
> +1 This is a nice improvement.
>
> --
>
> ___
> Python tracker >
> 
> ___
>

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26719] More efficient formatting of ints and floats in json

2016-04-09 Thread Raymond Hettinger

Raymond Hettinger added the comment:

+1 This is a nice improvement.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26719] More efficient formatting of ints and floats in json

2016-04-09 Thread Serhiy Storchaka

New submission from Serhiy Storchaka:

Proposed patch provide more efficient solution of issue18264. Instead of 
creating new int or float object and then converting it to string, the patch 
directly uses functions that does int and float conversion to string.

--
components: Extension Modules, Library (Lib)
files: json_int_float_formatting.patch
keywords: patch
messages: 263077
nosy: amaury.forgeotdarc, barry, cvrebert, eli.bendersky, eric.snow, 
ethan.furman, ezio.melotti, giampaolo.rodola, gvanrossum, ncoghlan, pitrou, 
python-dev, rhettinger, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: More efficient formatting of ints and floats in json
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file42410/json_int_float_formatting.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com