[Python-Dev] CHUNKSIZE (original) (raw)
Paul Prescod paul@prescod.net
Sat, 27 Apr 2002 10:07:21 -0700
- Previous message: [Python-Dev] Use for enumerate()
- Next message: [Python-Dev] CHUNKSIZE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
xreadlines' default CHUNKSIZE is 8K. minidom defaults to double that.
Have those values been keeping up with machine RAM inflation and should they? I presume others have thought this through but my probably-naive impression is that getting data in such little bytes is a waste of time on machines with tens or hundreds of megabytes of RAM.
Paul Prescod
- Previous message: [Python-Dev] Use for enumerate()
- Next message: [Python-Dev] CHUNKSIZE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]