Chromium Code Reviews
DescriptionChange the IO buffer size on Windows to 32k
This makes a program like this
import "dart:io";
main() {
stdin.pipe(stdout);
}
with stdin redirected from a file run 20 - 50 times faster depending
in the file size piped through.
R=ager@google.com
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=20210
Patch Set 1 #
Total comments: 2
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||