std.d.lexer requirements

dennis luehring dl.soluz at gmx.net
Thu Aug 2 00:54:00 PDT 2012


> 10. High speed matters a lot

then add a benchmark "suite" to the list - the lexer should be 
benchmarked from the very first beginning

and it should be designed for multithreading - there is no need for
on-the-fly hash-table updating - maybe just one update on each lex 
threads end


More information about the Digitalmars-d mailing list