Comment Re:This article... (Score 1) 360
> if cat uses mmap() to efficiently read the input files, and the kernel's pipe implementation is good, then it could do better than a grep implementation alone that simply read()s the files.
B.S. grep will still read(2) the stdin.
B.S. grep will still read(2) the stdin.