Thread overview
Comparing the c ffi overhead on various programming languages
May 28, 2018
Robert M. Münch
May 28, 2018
rikki cattermole
May 31, 2018
rikki cattermole
May 28, 2018
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

May 28, 2018
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
June 01, 2018
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 :)