Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59144 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2013-11-11 21:11 -0500 |
| Last post | 2013-11-12 23:14 -0800 |
| Articles | 4 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: UTF-32 decoder optimization in Python 3.4 Terry Reedy <tjreedy@udel.edu> - 2013-11-11 21:11 -0500
Re: UTF-32 decoder optimization in Python 3.4 wxjmfauth@gmail.com - 2013-11-12 10:25 -0800
Re: UTF-32 decoder optimization in Python 3.4 Terry Reedy <tjreedy@udel.edu> - 2013-11-12 20:25 -0500
Re: UTF-32 decoder optimization in Python 3.4 wxjmfauth@gmail.com - 2013-11-12 23:14 -0800
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2013-11-11 21:11 -0500 |
| Subject | Re: UTF-32 decoder optimization in Python 3.4 |
| Message-ID | <mailman.2424.1384222321.18130.python-list@python.org> |
On 11/11/2013 4:41 PM, Mark Lawrence wrote: > From http://docs.python.org/dev/whatsnew/3.4.html#optimizations "The > UTF-32 decoder is now 3x to 4x faster.". Does anybody have any > references to this work? All I can find is the 3.3 what's new which > refers to PEP 393 (Flexible String Representation) optimizations as a > result of work done by Serhiy Storchaka on issues 14624, 14738 and 15026. The second line at the top has "For full details, see the changelog." where changelog links to http://docs.python.org/3.4/whatsnew/changelog.html Searching that for 'UTF-34' goes to this line "Issue #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster. Patch written by Serhiy Storchaka." where 'Issue #14625' links to http://bugs.python.org/issue14625 with full discussion. (I know that you, Mark, could have found that, but not everyone reading could.) -- Terry Jan Reedy
[toc] | [next] | [standalone]
| From | wxjmfauth@gmail.com |
|---|---|
| Date | 2013-11-12 10:25 -0800 |
| Message-ID | <10132e5d-d492-4966-b899-d4672eae6a54@googlegroups.com> |
| In reply to | #59144 |
Le mardi 12 novembre 2013 03:11:48 UTC+1, Terry Reedy a écrit : > On 11/11/2013 4:41 PM, Mark Lawrence wrote: > > > From http://docs.python.org/dev/whatsnew/3.4.html#optimizations "The > > > UTF-32 decoder is now 3x to 4x faster.". Does anybody have any > > > references to this work? All I can find is the 3.3 what's new which > > > refers to PEP 393 (Flexible String Representation) optimizations as a > > > result of work done by Serhiy Storchaka on issues 14624, 14738 and 15026. > > > > The second line at the top has "For full details, see the changelog." > > where changelog links to > > http://docs.python.org/3.4/whatsnew/changelog.html > > Searching that for 'UTF-34' goes to this line > > "Issue #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster. > > Patch written by Serhiy Storchaka." where 'Issue #14625' links to > > http://bugs.python.org/issue14625 > > with full discussion. (I know that you, Mark, could have found that, but > > not everyone reading could.) > > > > -- > > Terry Jan Reedy I'm not so sure, I understood the last sentence correctly. If you are thinking about me, yes I'm aware of it. jmf
[toc] | [prev] | [next] | [standalone]
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2013-11-12 20:25 -0500 |
| Message-ID | <mailman.2518.1384305969.18130.python-list@python.org> |
| In reply to | #59226 |
On 11/12/2013 1:25 PM, wxjmfauth@gmail.com wrote: > Le mardi 12 novembre 2013 03:11:48 UTC+1, Terry Reedy a écrit : >> with full discussion. (I know that you, Mark, could have found that, but >> not everyone reading could.) > I'm not so sure, I understood the last sentence correctly. > If you are thinking about me, yes I'm aware of it. No, I was not thinking about you at all, but rather a newbie who is unaware of bugs.python.org and would not know that 'Issue #14625' is to be found there. -- Terry Jan Reedy
[toc] | [prev] | [next] | [standalone]
| From | wxjmfauth@gmail.com |
|---|---|
| Date | 2013-11-12 23:14 -0800 |
| Message-ID | <1383eb34-9e97-4f3d-bff7-a81800e4db0f@googlegroups.com> |
| In reply to | #59273 |
Le mercredi 13 novembre 2013 02:25:55 UTC+1, Terry Reedy a écrit : > On 11/12/2013 1:25 PM, wxjmfauth@gmail.com wrote: > > > Le mardi 12 novembre 2013 03:11:48 UTC+1, Terry Reedy a écrit : > > > > >> with full discussion. (I know that you, Mark, could have found that, but > > >> not everyone reading could.) > > > > > I'm not so sure, I understood the last sentence correctly. > > > If you are thinking about me, yes I'm aware of it. > > > > No, I was not thinking about you at all, but rather a newbie who is > > unaware of bugs.python.org and would not know that 'Issue #14625' is to > > be found there. > > > > -- > > Terry Jan Reedy jmf
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web