On Sat, 07 Jan 2012 14:24:19 -0500, bearophile <bearophileh...@lycos.com>
wrote:
Steven Schveighoffer:
Wasted space. An appendable array requires extra space at the end of
the
block to store the 'used' length.
> If the disadvantages are significant is this improvement in Bugzilla
as
> enhancement request?
It's not in bugzilla, but it's strictly a performance thing, I don't
think
the current method causes any harm, it's just not as optimal as it could
be.
Thank you for your answers.
This has to go in Bugzilla. You are more qualified than me to write it.
But if you don't want to write it, I'll write it myself.
http://d.puremagic.com/issues/show_bug.cgi?id=7243
-Steve