Request for comments: std.d.lexer

Jacob Carlborg doob at me.com
Mon Jan 28 02:39:13 PST 2013


On 2013-01-28 11:14, Walter Bright wrote:

> Well, the source buffer can be large, and will span a lot of memory
> cache lines, making accessing those slices slow.

Would it be better to .dup the slices? Won't that be just as slow as 
using the appender?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list