Fork me on GitHub

Changes between Version 12 and Version 13 of OutDated/FrameworkWishList


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

--

Legend:

Unmodified
Added
Removed
Modified
  • OutDated/FrameworkWishList

    v12 v13  
    1414   http://root.cern.ch/root/html/TClass.html
    1515
    16    Poco has DynamicFactory class
     16   Poco has !DynamicFactory class
    1717
    1818   http://pocoproject.org/docs/Poco.DynamicFactory.html
     
    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}}}, 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).
    3838   It also clears all data collections produced by other services and modules between
    3939   events in the event loop.