Inplace array - reduce GC usage

Nikolay via Digitalmars-d digitalmars-d at puremagic.com
Sat Apr 18 09:56:14 PDT 2015


> This reminds me of another useful library here:
>
> https://bitbucket.org/infognition/dstuff/src/
>
> See gcarena.d

Thanks for link.

The main difference is that I want elimanate pair pointer+data at 
all. It is more effective to store small array as value type.


More information about the Digitalmars-d mailing list