Bits of Bytes

bits of coding, C++, Qt, git, gamedev, linux and other tech stuff

  • About
  • Contacts
  • Subscribe

Tag Archive: unique_ptr

Performance of raw pointers vs smart pointers in C++11

Davide Coppola October 13, 2016 16 Comments

pointer sign

In this post I analyse and discuss the performance of raw pointers vs smart pointers in few C++11 benchmarks. The operations tested are creation, copy, data access and destruction.

Benchmarks, C++

benchmark, C++, C++11, cpp, performance, pointer, raw pointer, shared_ptr, smart pointer, STD, test, unique_ptr

Follow Me!

Follow Us on GithubFollow Us on LinkedInFollow Us on Twitter

Categories

  • Android
  • Arduino
  • AS3
  • Benchmarks
  • C++
  • Data Visualization
  • Desktop Stories
  • Gamedev
  • Git
  • Google+
  • libgit2
  • Libraries
  • Libraries and Frameworks
  • Linux
  • Projects
  • Qt
  • Rugby
  • Shade
  • Social media marketing
  • System Administration
  • Unboxing
  • Work

Recent Posts

  • I am going to make a new video game
  • How to create a Qt Creator plugin in C++, a working example explained
  • Market share of the most used C/C++ IDEs in 2018, statistics and estimates
  • Qt logoGUI unit testing with Qt Test – part 2 – advanced testing
  • Qt logoGUI unit testing with Qt Test – part 1 – introduction
  • Android logoEvolution of Android version distribution in 2017
  • Growing my LinkedIn connections for a month
  • Qt logoC++ unit testing with Qt Test – part 2 – advanced testing