Files
cpython/Objects
Fredrik Lundh b63588c188 needforspeed: use append+reverse for rsplit, use "bloom filters" to
speed up splitlines and strip with charsets; etc.  rsplit is now as
fast as split in all our tests (reverse takes no time at all), and
splitlines() is nearly as fast as a plain split("\n") in our tests.
and we're not done yet... ;-)
2006-05-23 18:44:25 +00:00
..
2006-04-22 11:40:03 +00:00
2006-05-23 18:32:11 +00:00
2006-05-10 06:57:58 +00:00
2006-04-18 11:49:53 +00:00
2006-04-11 07:58:54 +00:00