Fork me on GitHub

Changes between Version 13 and Version 14 of OutDated/FrameworkWishList


Ignore:
Timestamp:
Jun 23, 2012, 4:47:58 PM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OutDated/FrameworkWishList

    v13 v14  
    3535
    36364. Memory manager that minimizes the amount of memory allocations and
    37    that creates/destroys/clears all data collections used by other services and modules (see ROOT {{{TClonesArray}}}, {{{ExRootFactory}}}, Poco !MemoryPool, Boost Pool).
     37   that creates/destroys/clears all data collections used by other services and modules (see ROOT {{{TClonesArray}}}, {{{ExRootFactory}}}, Boost Pool).
    3838   It also clears all data collections produced by other services and modules between
    3939   events in the event loop.
     
    4343   https://server06.fynu.ucl.ac.be/projects/ExRootAnalysis/browser/trunk/ExRootAnalysis/ExRootFactory.h
    4444
    45    
    4645   http://gameprogrammingpatterns.com/object-pool.html
    4746
    48    http://pocoproject.org/docs/Poco.MemoryPool.html
     47   http://www.boost.org/doc/libs/1_49_0/libs/pool/doc/html/index.html
    4948
    50495. Central configuration manager that stores all parameters for all modules and