Changes between Version 5 and Version 6 of OutDated/FrameworkWishList
- Timestamp:
- Jun 23, 2012, 12:45:03 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OutDated/FrameworkWishList
v5 v6 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 .33 that creates/destroys/clears all data collections used by other services and modules (see ROOT {{{TClonesArray}}}, {{{ExRootFactory}}}). 34 34 It also clears all data collections produced by other services and modules between 35 events in the event loop. 36 (see ROOT {{{TClonesArray}}}, {{{ExRootFactory}}}) 35 events in the event loop. 37 36 38 37 http://root.cern.ch/root/html/TClonesArray.html