I recently read a suggestion for using Java's BufferedOutputStream
more efficiently by setting the buffer size to 8MB to "reduce throughput hits from disk seeking".
I am intrigued by this last statement: reducing throughput hits from disk seeking?!?
What does this mean/imply? Why is 8MB a magic number? Thanks in advance!