FFI overhead comparison

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FFI overhead comparison

Ben Coman
 
How do we compare?...

I found this interesting (even though its beyond my ken...)
"For those wondering why luajit is faster than C/C++/Rust, that's probably because it does direct calls to the function, while C/C++/Rust go through the PLT (procedure linkage table)."

cheers -ben