Skip to content

hippo91/move-semantics-tst

Repository files navigation

move-semantics-tst

A small c++ app to test the move semantics utility. This app measure execution time of a simple addition between vectors of two different types. One implements move semantics (ctor and =) while the other doesn't. The faster operation is the one for vectors with move semantics.

Buidling the app

Simply run 'make' to buid the executable. For more options run 'make usage'

Running the app

Run : ./move_semantics_test.exe

Pre - Requisites

Need of a c++ compilator which handles C++ 2014.

About

A small c++ app to test the move semantics utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published