[Python-Dev] Proof of the pudding: str.partition()
Terry Reedy
tjreedy at udel.edu
Thu Sep 1 05:01:34 CEST 2005
More information about the Python-Dev mailing list
Thu Sep 1 05:01:34 CEST 2005
- Previous message: [Python-Dev] Revising RE docs
- Next message: [Python-Dev] Proof of the pudding: str.partition()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>> for some use cases, a naive partition-based solution is going to be a >> lot slower >> than the old find+slice approach, no matter how you slice, index, or >> unpack the >> return value. The index+slice approach will still be available for such cases. I am sure we will see relative speed versus string size benchmarks. Terry J. Reedy
- Previous message: [Python-Dev] Revising RE docs
- Next message: [Python-Dev] Proof of the pudding: str.partition()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list