Antonis Ryakiotakis

Results 3 comments of Antonis Ryakiotakis

Inlining low-level performance critical functions will definitely help there. Otherwise, I expect the overhead will be negligible. classes vs structs is (for me) a matter of preference with a few...

@pold500 the difference is that in C you can hide the contents of the struct itself in a C file, only exposing the interface in the header (struct declaration +...

@pold500 forgive my lack of knowledge I will promptly go and educate myself on the matter further.