[phobos] phobos commit, revision 1930

David Simcha dsimcha at gmail.com
Thu Aug 26 10:10:31 PDT 2010


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 <noreply at dsource.org> 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
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/phobos/attachments/20100826/9b9110e7/attachment-0001.html>


More information about the phobos mailing list