dyu / ffi-overhead

comparing the c ffi (foreign function interface) overhead on various programming languages
Apache License 2.0
660 stars 40 forks source link

Add measurements for direct addressed calls in C/C++ #15

Open yugr opened 4 years ago

yugr commented 4 years ago

It would be useful to have C/C++ measurements for direct addressed calls (i.e. non-PLT) as this is likely the fastest call possible and would make for a common baseline to compare other languages against.