Major performance problem with std.array.front()
Kagamin
spam at here.lot
Fri Mar 7 06:47:26 PST 2014
On Friday, 7 March 2014 at 13:40:31 UTC, Michel Fortin wrote:
> if you want to parse XML then you'll need to work with code
> points (in theory, in practice you might still want direct
> access to code units for performance reasons)
AFAIK, xml control characters are all ascii, and what's between
them you can slice or dup without consideration, so code units
should be more than enough.
More information about the Digitalmars-d
mailing list