]> granicus.if.org Git - python/commit
Rewrite readlines() to speed it up -- about a factor of 2 on my
authorGuido van Rossum <guido@python.org>
Sat, 10 May 1997 22:07:25 +0000 (22:07 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 10 May 1997 22:07:25 +0000 (22:07 +0000)
commit6263d5451cd874edc05ef87c9d978a3190e65b28
treea0e80684611ece4d289a79f5e760499c534c4f93
parent5449b6e123825fe8e37402cb28ab377dd662bb1e
Rewrite readlines() to speed it up -- about a factor of 2 on my
Indigo2, reading a 9Meg file from the local disk.
Objects/fileobject.c