Re: UTF-32 decoder optimization in Python 3.4

2013-11-12 Thread wxjmfauth
Le mercredi 13 novembre 2013 02:25:55 UTC+1, Terry Reedy a écrit : > On 11/12/2013 1:25 PM, wxjmfa...@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 r

Re: UTF-32 decoder optimization in Python 3.4

2013-11-12 Thread Terry Reedy
On 11/12/2013 1:25 PM, wxjmfa...@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 think

Re: UTF-32 decoder optimization in Python 3.4

2013-11-12 Thread wxjmfauth
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 ca

Re: UTF-32 decoder optimization in Python 3.4

2013-11-12 Thread Mark Lawrence
On 12/11/2013 02:11, Terry Reedy wrote: 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

Re: UTF-32 decoder optimization in Python 3.4

2013-11-11 Thread Terry Reedy
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)

UTF-32 decoder optimization in Python 3.4

2013-11-11 Thread Mark Lawrence
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