yuvraaaj / inlinefunction-demonstration

Inlining a user-defined funtion in a C++ program reduces the run-time of the program significantly. This micro-project is to demonstrate the same concept.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inlinefunction-demonstration

Inlining a user-defined funtion in a C++ program reduces the run-time of the program significantly. This micro-project is to demonstrate the same concept.

For testing the runtime, used the library header called crono, which allows us to clock time in milliseconds.

About

Inlining a user-defined funtion in a C++ program reduces the run-time of the program significantly. This micro-project is to demonstrate the same concept.


Languages

Language:C++ 100.0%