On Wed, Mar 30, 2016 at 3:20 PM, Elizabeth Mattijsen wrote:
> Thanks for your thoughts!
>
> I’ve implemented $*DEFAULT-READ-ELEMS in
> https://github.com/rakudo/rakudo/commit/5bd1e .
>
> Of course, all of this is provisional, and open for debate and bikeshedding.
Thanks! And that was fast!
All
> On 30 Mar 2016, at 16:06, yary wrote:
>
> Cross-posting to the compiler group-
>
> On Wed, Mar 30, 2016 at 8:10 AM, Elizabeth Mattijsen wrote:
>> If you know the line endings of the file, using
>> IO::Handle.split($line-ending) (note the actual character, rather than a
>> regular expression
Cross-posting to the compiler group-
On Wed, Mar 30, 2016 at 8:10 AM, Elizabeth Mattijsen wrote:
> If you know the line endings of the file, using
> IO::Handle.split($line-ending) (note the actual character, rather than a
> regular expression) might help. That will read in the file in chunks o