Re: [Boost-bugs] [Boost C++ Libraries] #4307: basic_oarchive optimization

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4307: basic_oarchive optimization
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-06-06 21:36:51


#4307: basic_oarchive optimization
--------------------------+-------------------------------------------------
 Reporter: anonymous | Owner: ramey
     Type: Patches | Status: new
Milestone: Boost 1.43.0 | Component: serialization
  Version: Boost 1.44.0 | Severity: Optimization
 Keywords: |
--------------------------+-------------------------------------------------

Comment(by anonymous):

 - replace '''O(log N)''' lookup of "cobject" class info for each
    serialized class with a '''O(1)''' vector lookup. avoids
    container node allocation.
  - replace '''O(log N)''' lookup of "aobject" object tracking info
    with '''O(1)''' hashing. avoids container node allocation.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4307#comment:1>
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:50:03 UTC