call for GC benchmarks

Manu via Digitalmars-d digitalmars-d at puremagic.com
Sat Jan 3 22:04:27 PST 2015


On 4 January 2015 at 15:37, Martin Nowak via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
> I'd like to have a few more real world GC benchmarks in druntime.
> The current ones are all rather micro-benchmarks, some of them don't even
> create garbage.
>
> So if someone has a program that is heavily GC limited, I'd be interested in
> seeing that converted to a benchmark.
>
> Made the start with one
> https://github.com/D-Programming-Language/druntime/pull/1078 that resembles
> a mysql to mongodb importer I wrote recently.

VisualD used to be my poster-child of GC problem cases. Rainer wrote
his whole new GC for it.
I wonder if the code can still run against the builtin GC to reproduce
the original problem?


More information about the Digitalmars-d mailing list