[Boost-bugs] [Boost C++ Libraries] #2662: make_shared performance optimization

Subject: [Boost-bugs] [Boost C++ Libraries] #2662: make_shared performance optimization
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-01-17 19:54:46


#2662: make_shared performance optimization
--------------------------+-------------------------------------------------
 Reporter: fmhess | Owner: pdimov
     Type: Patches | Status: new
Milestone: Boost 1.38.0 | Component: smart_ptr
  Version: Boost 1.37.0 | Severity: Optimization
 Keywords: |
--------------------------+-------------------------------------------------
 Attaching a small patch which adds a copy constructor to
 detail::sp_ms_deleter. This patch greatly improves the performance of
 make_shared<T> when T is a large type by avoiding unnecessary copying of
 the storage area in the deleter.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2662>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC