Analysis of D GC
Martin Nowak via Digitalmars-d
digitalmars-d at puremagic.com
Sun Jun 25 05:15:43 PDT 2017
On Saturday, 24 June 2017 at 18:12:43 UTC, Dmitry Olshansky wrote:
> I still think that separate pool types is better, see eg
> jemalloc.
Right now this leads to some inflation of RSS cause previously
used and now freed pages can only be reused when the whole pool
(e.g. 4MB or 16MB) is free again.
It doesn't seem sensible to reserve 16MB only for big (>PAGESIZE)
allocations. In particular once the pages are dirty and mapped,
you'd rather want to make use of them.
More information about the Digitalmars-d
mailing list