Nice work.  One small question/possible feature request, though:  Will
calling assumeSafeAppend() on an array before constructing an Appender using
it prevent it from being reallocated on the first append?  If not, can
Appender have some kind of assumeSafeAppend workaround in it?

On Thu, Aug 26, 2010 at 1:04 PM, dsource.org <[email protected]> wrote:

> phobos commit, revision 1930
>
>
> user: schveiguy
>
> msg:
> Upon discussion in the appender access bug, it was determined we could make
> the Appender able to use the entire memory block, not just the data passed
> in.
>
> With this fix, Appender and builtin appending should both be callable on
> the same data without corruption, of course using the builtin append on data
> held
> by an Appender will reallocate.
>
> http://www.dsource.org/projects/phobos/changeset/1930
>
> _______________________________________________
> phobos mailing list
> [email protected]
> http://lists.puremagic.com/mailman/listinfo/phobos
>
_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to