Re: Comparing the c ffi overhead on various programming languages

2018-05-31 Thread rikki cattermole via Digitalmars-d

On 28/05/2018 10:19 PM, rikki cattermole wrote:

On 28/05/2018 10:16 PM, Robert M. Münch wrote:

Might be interesting to checkout to find some optimization potential:

https://github.com/dyu/ffi-overhead


https://github.com/dyu/ffi-overhead/issues/5


With ldc, we are closer to zig now (equal/better), but c++ is still 8ms 
better than us.


Either way we are better than Rust :)


Comparing the c ffi overhead on various programming languages

2018-05-28 Thread Robert M. Münch via Digitalmars-d

Might be interesting to checkout to find some optimization potential:

https://github.com/dyu/ffi-overhead


--
Robert M. Münch
http://www.saphirion.com
smarter | better | faster



Re: Comparing the c ffi overhead on various programming languages

2018-05-28 Thread rikki cattermole via Digitalmars-d

On 28/05/2018 10:16 PM, Robert M. Münch wrote:

Might be interesting to checkout to find some optimization potential:

https://github.com/dyu/ffi-overhead


https://github.com/dyu/ffi-overhead/issues/5