A question: A program uses io.fstrg/iob.fmul to load files in smaller chunks
for scanning. The files could be of any size on any media (first of all hard
disks). What, theoretically, is the smallest efficient buffer size to use?
(Im thinking *speed* here.) Eg 512 bytes, as a whole sector can be loaded in
at once? Or allocation unit size? Or any arbitrary size that best suits my
program?

TIA

Per






Reply via email to