Getting completely (I mean ENTIRELY) rid off GC
Ali Çehreli via Digitalmars-d
digitalmars-d at puremagic.com
Thu Sep 11 10:26:34 PDT 2014
On 09/11/2014 09:59 AM, ketmar via Digitalmars-d wrote:
> On Thu, 11 Sep 2014 15:54:17 +0000
> Andrey Lifanov via Digitalmars-d <digitalmars-d at puremagic.com> wrote:
>
>> What do you mean? Some sort of memory leak?
> no, i meat that predictability is lost there. and with single-linked
> lists, for example, freeing list head can take big amount of time too
> if the list is sufficiently long.
In support of your point, one of Bartosz Milewski's blog posts[1] has a
link to a paper[2] where he says "There is actual research showing that
the two approaches are just two sides of the same coin."
Ali
[1] http://bartoszmilewski.com/2013/09/19/edward-chands/
[2] http://www.cs.virginia.edu/~cs415/reading/bacon-garbage.pdf
More information about the Digitalmars-d
mailing list