Changes between Version 10 and Version 11 of OutDated/FrameworkWishList
- Timestamp:
- Jun 23, 2012, 3:48:02 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OutDated/FrameworkWishList
v10 v11 31 31 32 32 4. 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). 34 34 It also clears all data collections produced by other services and modules between 35 35 events in the event loop. … … 39 39 https://server06.fynu.ucl.ac.be/projects/ExRootAnalysis/browser/trunk/ExRootAnalysis/ExRootFactory.h 40 40 41 41 42 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 42 47 43 48 5. Central configuration manager that stores all parameters for all modules and