/benchcall

Benchmark the performance diff with inline functions

Primary LanguageC

Benchcall

Benchmarking inline vs non-inline with shared library code.

$ ./bench
Nodecount 10000
Loopcount 10000
Inline Time 263.889090ms
Non-inline Time 319.648378ms
19.110782% faster
$