in reply to Re: perl io and linux issues
in thread perl io and linux issues
I think the issue in question is that even running over a file, finding newlines, and forming lines, in the same way that readline should do, works faster in linux as a read of a block of data and subsequent line formation than as a readline.
An initial answer to this has already been made by tye in the note here.
I believe the question is asking more why Perl IO is broken on Linux, and what can be done to work around this in the meantime.
Cheers,
Malk
An initial answer to this has already been made by tye in the note here.
I believe the question is asking more why Perl IO is broken on Linux, and what can be done to work around this in the meantime.
Cheers,
Malk
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: perl io and linux issues
by dino (Sexton) on Apr 04, 2001 at 20:42 UTC |
In Section
Seekers of Perl Wisdom