June 29, 2015
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?

I remember Maxime said that the Higgs compiler was gc intensive

https://github.com/higgsjs/Higgs
June 29, 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.
June 30, 2015
On Monday, 29 June 2015 at 21:53:37 UTC, rsw0x wrote:
> 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.

If you take a look at the code you'll see that they often allocate like crazy.
1 2
Next ›   Last »