Fork me on GitHub

Changes between Version 10 and Version 11 of OutDated/FrameworkWishList


Ignore:
Timestamp:
Jun 23, 2012, 3:48:02 PM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OutDated/FrameworkWishList

    v10 v11  
    3131
    32324. Memory manager that minimizes the amount of memory allocations and
    33    that creates/destroys/clears all data collections used by other services and modules (see ROOT {{{TClonesArray}}}, {{{ExRootFactory}}}).
     33   that creates/destroys/clears all data collections used by other services and modules (see ROOT {{{TClonesArray}}}, {{{ExRootFactory}}}, Boost Pool, Poco MemoryPool).
    3434   It also clears all data collections produced by other services and modules between
    3535   events in the event loop.
     
    3939   https://server06.fynu.ucl.ac.be/projects/ExRootAnalysis/browser/trunk/ExRootAnalysis/ExRootFactory.h
    4040
     41   
    4142   http://gameprogrammingpatterns.com/object-pool.html
     43
     44   http://pocoproject.org/docs/Poco.MemoryPool.html
     45
     46   http://www.boost.org/doc/libs/1_49_0/libs/pool/doc/html/boost_pool/pool/introduction.html
    4247
    43485. Central configuration manager that stores all parameters for all modules and