Changes between Version 12 and Version 13 of OutDated/FrameworkWishList
- Timestamp:
- Jun 23, 2012, 4:03:21 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OutDated/FrameworkWishList
v12 v13 14 14 http://root.cern.ch/root/html/TClass.html 15 15 16 Poco has DynamicFactory class16 Poco has !DynamicFactory class 17 17 18 18 http://pocoproject.org/docs/Poco.DynamicFactory.html … … 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}}}, Boost Pool, Poco MemoryPool).37 that creates/destroys/clears all data collections used by other services and modules (see ROOT {{{TClonesArray}}}, {{{ExRootFactory}}}, Poco !MemoryPool, Boost Pool). 38 38 It also clears all data collections produced by other services and modules between 39 39 events in the event loop.