Looking for GC intensive D programs
rsw0x via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jun 29 14:53:35 PDT 2015
On Monday, 29 June 2015 at 09:35:08 UTC, John Colvin wrote:
> On Sunday, 28 June 2015 at 01:41:53 UTC, rsw0x wrote:
>> Does anyone know of any GC intensive D programs that can
>> preferably be ran with little to no setup?
>
> https://github.com/kostya/benchmarks contains some pretty
> GC-heavy code, although a lot of the slowness is actually from
> the AA implementation.
The problem with benchmarks optimized for D is that they
generally make little to no allocations, which makes them a bad
candidate for memory allocation statistics.
More information about the Digitalmars-d
mailing list