Changes between Version 13 and Version 14 of OutDated/FrameworkWishList
- Timestamp:
- Jun 23, 2012, 4:47:58 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OutDated/FrameworkWishList
v13 v14 35 35 36 36 4. 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). 38 38 It also clears all data collections produced by other services and modules between 39 39 events in the event loop. … … 43 43 https://server06.fynu.ucl.ac.be/projects/ExRootAnalysis/browser/trunk/ExRootAnalysis/ExRootFactory.h 44 44 45 46 45 http://gameprogrammingpatterns.com/object-pool.html 47 46 48 http:// pocoproject.org/docs/Poco.MemoryPool.html47 http://www.boost.org/doc/libs/1_49_0/libs/pool/doc/html/index.html 49 48 50 49 5. Central configuration manager that stores all parameters for all modules and