Why is D slower than LuaJIT?

Adam D. Ruppe destructionator at gmail.com
Wed Dec 22 15:17:03 PST 2010


Steven Schveighoffer wrote:
>  I would guess this has something to do with
> the lack of inlining for algorithmic functions.

Yeah, this is almost certainly the problem. I rewrote the
code using a traditional C style loop, no external functions,
and I'm getting roughly equal performance.


More information about the Digitalmars-d mailing list