Parallel
buffer.asc
Associated article: Speedy Buffering
Tags: Parallel Embedded Systems
_SPEEDY BUFFERING_ by Bruce Tonkin [LISTING ONE] DEFINT A-Z CLS LINE INPUT "Name of file to read: "; filename$ INPUT "Record length: "; rl buffersize = (1 + 16384 rl) * rl '16K, rounded up. blocks = buffersize rl DIM chunk$(1 TO blocks) ...


