BigInt -- a challenge for std.allocator

inout inout at gmail.com
Tue Oct 29 17:38:04 PDT 2013


On Tuesday, 29 October 2013 at 21:59:38 UTC, Joseph Rushton 
Wakeling wrote:
> On 29/10/13 15:58, Dmitry Olshansky wrote:
>> Can't it use ref-counted COW? Then since there is only 1 
>> reference to the
>> original block it may mutate it in-place else it creates new 
>> chunk with refs=1
>> and decrements the original count. Maybe I'm missing something 
>> but it shouldn't
>> be that hard.
>
> Yes, that's pretty much what I was thinking of.  The question 
> is how to implement it in terms of std.allocator -- or is that 
> the wrong base to build ref=counted memory upon?

This has almost nothing to do with an allocator.


More information about the Digitalmars-d mailing list