[Python-Dev] Optimization versus code bloat (original) (raw)
Hye-Shik Chang perky at i18n.org
Mon Dec 29 03:17:24 EST 2003
- Previous message: [Python-Dev] Weekly Python Bug/Patch Summary
- Next message: [Python-Dev] Optimization versus code bloat
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello!
I posted a patch[1] optimizing str.split with specialized splitter as unicode.split do. The patch accellates str.split about 10~20% and adds about 50 lines. I'm curious whether it's acceptable ratio for python-dev moods.
[1] http://www.python.org/sf/866875
Hye-Shik
- Previous message: [Python-Dev] Weekly Python Bug/Patch Summary
- Next message: [Python-Dev] Optimization versus code bloat
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]