slow runtime

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Sep 10 20:40:28 PDT 2010


No worries, I'm just investigating. I don't need real-time performance
any time soon. :)

I have seen a pluggable .NET system that has to run in real-time. If
that's possible in .net, I'm sure it will be possible in D (if it
isn't already).

Thanks for all your input!

On Sat, Sep 11, 2010 at 5:23 AM, Jonathan M Davis <jmdavisprog at gmail.com> wrote:
>
> However, I would point out, as I said before, that on today's systems, odds are
> that you will get properly realtime performance in spite of the GC and any
> collection cycles that it runs. D's GC being more primitive may not do as good a
> job with that as others - like Java's or .NET's - but I'm not sure that you want
> to complicate your program worrying about the GC unless you profile it
> appropriately and find out that you need to. Certainly, as D matures, it should
> become less of an issue.
>
> - Jonathan M Davis
>


More information about the Digitalmars-d-learn mailing list