Armed and dangerous: std::shared_ptr<T> considered harmful
STL shared pointers should not be used in low latency code
Introduction
I am a heavy user of intrinsic pointers, which never made to the STL for some weird reason although it’s the most useful piece of data mechanism ever in HFT.
But once in a while for code …