[Python-Dev] CHUNKSIZE (original) (raw)
Michael Gilfix mgilfix@eecs.tufts.edu
Sat, 27 Apr 2002 16:37:45 -0400
- Previous message: [Python-Dev] CHUNKSIZE
- Next message: [Python-Dev] CHUNKSIZE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yeah, you're probably right. Hopefully someone knowledgeable on the subject will enlighten us. It does beg the question though: Why isn't readline mmap'd? Would that be more efficient?
-- Mike
On Sat, Apr 27 @ 13:34, Paul Prescod wrote:
I think you're wrong because a) block sizes vary too much across file system types and OS types, b) the effects of hardware and OS caching and pre-fetching would greatly obscure the actual block size.
Paul Prescod
Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev `-> (paul)
-- Michael Gilfix mgilfix@eecs.tufts.edu
For my gpg public key: http://www.eecs.tufts.edu/~mgilfix/contact.html
- Previous message: [Python-Dev] CHUNKSIZE
- Next message: [Python-Dev] CHUNKSIZE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]