This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients
Date 2002-08-05.16:14:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Just FYI, in apps that do "read + process" in a loop, a small 
buffer is often faster because the data has a decent shot at 
staying in L1 cache.  Make the buffer very large (100s of 
Kb), and it won't even stay in L2 cache.
History
Date User Action Args
2007-08-23 15:14:05adminlinkissue580331 messages
2007-08-23 15:14:05admincreate