Re: [pypy-dev] Speeds of various utf8 operations

2017-03-08 Thread Richard Plangger
Hi, as we discussed on the sprint I have now experimented with an SSE/AVX implementation to 'len(utf8 string)' (this includes a check if it is valid utf8). Since this is related to this mailing list thread I'll just add it here! I ran some small measurements on it: Here some explanation of the n

Re: [pypy-dev] Speeds of various utf8 operations

2017-03-08 Thread Richard Plangger
Yes ;)… At some point, now I'm still experimenting with the operations we think we need. Cheers, Richard On Mar 8, 2017 6:50 PM, "David Edelsohn" wrote: > And POWER VSX and Z VX? ;-) > > - David > > > On Wed, Mar 8, 2017 at 12:17 PM, Richard Plangger > wrote: > > Hi, > > > > as we discussed on