Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 296 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 296 Bytes

Prerequisites

  • Copy and move constructors
  • Copy and move assignment operators

Instructions

  • look at the code and run it with callgrind or time it e.g. using /usr/bin/time ./trymove
  • understand how inefficient it is
  • understand why and fix trymove.cpp
  • see efficiency improvements