in reply to Re: Multithreading a large file split to multiple files
in thread Multithreading a large file split to multiple files
I am not so sure about output buffering.
I really don't know in this situation, but depending upon the file system and other factors like the intelligence of the disk controller, increasing the buffer size for write could make a difference?
PerlO::buffersize
Just an idea to try. I would benchmark 64K vs standard size (which I guess is probably 4K) and see if there is any significant difference.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Multithreading a large file split to multiple files
by 10isitch (Initiate) on May 15, 2018 at 14:53 UTC |