On 3/28/2014 10:11 AM, Dmitry Olshansky wrote:
WAT? The overhead is in issuing system calls, you'd want to do as little of them as possible. Reading byte by byte is an exemplar of idiocy in I/O code.
That's why we have things like byLine().
On 3/28/2014 10:11 AM, Dmitry Olshansky wrote:
WAT? The overhead is in issuing system calls, you'd want to do as little of them as possible. Reading byte by byte is an exemplar of idiocy in I/O code.
That's why we have things like byLine().