[Python-3000] Droping find/rfind?

Fredrik Lundh fredrik at pythonware.com
Fri Aug 25 15:06:13 CEST 2006


Nick Coghlan wrote:

> I believe you're thinking about something far more sophisticated than what I'm
> suggesting. I'm just talking about a Python data type in a standard library
> module that trades off slower performance with smaller strings (due to extra
> method call overhead) against improved scalability (due to avoidance of
> copying strings around).

have you done any benchmarking on this ?

</F> 





More information about the Python-3000 mailing list