/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.

Primary LanguageC++

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.