Language performance benchmark be updated 2019/11/09

Daniel Kozak kozzi11 at gmail.com
Sun Nov 17 14:15:00 UTC 2019


On Sun, Nov 17, 2019 at 2:50 PM Jacob Shtokolov via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
>
> On Sunday, 17 November 2019 at 10:36:41 UTC, Daniel Kozak wrote:
> > LDC binary is ok, this is about GC, I was able to make it
> > almost as twice fast for ldc with some improvements
>
> Just checked the code and found that they're using allocations
> with `new` in loops. But that's very interesting to see what
> changes you made to make it run so much faster!
>
> Could you please share it somewhere?
>
Sorry I missed insert the link. It is on my github:
https://github.com/Kozzi11/benchmarks/tree/improve_d


More information about the Digitalmars-d mailing list