Quote:
Originally Posted by eschwartz
Using linux from source on git master I don't see any difference between python2 and python3; both are averaging times of "0.0".
|
I haven't looked into it yet but almost certainly this i because in windows strings are natively utf-16 which is what they are in python 2 as well and in ICU, so there is no conversion required. With python3 one has to copy/convert strings to and fro