dcollections 1.0 and 2.0a beta released

bearophile bearophileHUGS at lycos.com
Mon May 24 12:29:23 PDT 2010


Steven Schveighoffer:
> Look at D's arrays.  Is appending with D's arrays the fastest it possibly  
> could be?  Hell no, but it's good enough for most situations, and safe.

Append in D dynamic arrays is awful, it's slow and requires complex code (and currently there are not explanations about how it works in the D docs, see http://d.puremagic.com/issues/show_bug.cgi?id=4091 ), so it's not a good example to be copied :-) It's not fast enough for most situations, that's why there is the need of an Appender still.

Bye,
bearophile


More information about the Digitalmars-d-announce mailing list