Hey there, I have a question about performance, how big is overhead when it's comes to only calling...
m
Hey there, I have a question about performance, how big is overhead when it's comes to only calling method from C?
o
Call is direct, some time could be spent on string autoconversion
m
thanks! this sounds amazing!