[Python-Dev] [Python-checkins] cpython: unicode_writer: add finish() method and assertions to write_str() method (original) (raw)
Victor Stinner victor.stinner at gmail.com
Fri May 4 01:24:13 CEST 2012
- Previous message: [Python-Dev] [Python-checkins] cpython: unicode_writer: add finish() method and assertions to write_str() method
- Next message: [Python-Dev] Optimize Unicode strings in Python 3.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
PyLOCALINLINE(void) Do these have to be marked inline?
Functions used in loops, yes: the inline keyword does impact performances (5% slower). I removed the keyword for the other unicode_writer methods.
Victor
- Previous message: [Python-Dev] [Python-checkins] cpython: unicode_writer: add finish() method and assertions to write_str() method
- Next message: [Python-Dev] Optimize Unicode strings in Python 3.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]