https://d.puremagic.com/issues/show_bug.cgi?id=11810
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from [email protected] 2013-12-24 10:08:13 PST --- (In reply to comment #1) > It has been discussed on IRC hundreds of times and we all agreed that if > developer wants performance (s)he would read page-size chunks. That is why we > have byChunk(size_t) in std.stdio, I believe. :) This is not acceptable. byLine is a very commonly used function (far more than byChunk in script-like D programs) and it should be sufficiently fast. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
