Always use 8k buffers instead of BUFSIZ
authorSimon Marlow <marlowsd@gmail.com>
Tue, 21 Dec 2010 15:51:54 +0000 (15:51 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 21 Dec 2010 15:51:54 +0000 (15:51 +0000)
This makes a huge difference to I/O performance for me on Windows,
where BUFSIZ is 512.  It might help on Mac too.


No differences found