On Friday 20 August 2010 at 18:15, Parrot wrote: > I'm not sure why it chooses to use line buffering -- it seems like > some other strategy would be far more efficient.
Agreed, but in browsing the IO code I haven't seen an easy way to specify "Don't read line by line" or an IO function to perform the STRING concatenation at the C level, which won't allocate lots of temporary immutable STRINGs. Allison? -- c _______________________________________________ parrot-tickets mailing list [email protected] http://lists.parrot.org/mailman/listinfo/parrot-tickets
