in reply to Re: Re: split and sysread()
in thread split and sysread()
I disagree. The "looking at each character" is relatively cheap. Making a new string out of each line, however, is more expensive. The sysread() approach places less load on Perl's memory management.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: split and sysread()
by perlplexer (Hermit) on Apr 20, 2003 at 17:49 UTC |