Major performance problem with std.array.front()

Walter Bright newshound2 at digitalmars.com
Sat Mar 8 13:15:27 PST 2014


On 3/8/2014 12:09 AM, Dmitry Olshansky wrote:
> Becasue Graphemes do not auto-magically convert to dchar and back? After all
> they are just small strings.

std.uni.Grapheme is a struct, and that struct contains a string of arbitrary length.

I don't know if that is the right design or not, or if a Grapheme should instead 
be an alias for a slice (rather than be a distinct type).

Graphemes do not appear to have a 1:1 mapping with dchars, and any attempt to do 
so would likely be a giant mistake.



More information about the Digitalmars-d mailing list