This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

JFYI: caphint last alpha released


Hi all,

For those interested it's available at

http://www.kotelna.sk/dk/sw/caphint/caphint-020924.tar.gz

Release info:

caphint-020924 : The 5th alpha release, the last alpha.

  * feature freeze (new features go into TODO list until 1st beta)

  * caphint factory introduced, allows to build caphints
    from short character string description, e.g. 'rel,1.2'

  * additional four caphint classes provided (with the factory)

    alin_caphint - analytic linear growth
    aexp_caphint - analytic exponential growth
    java_caphint - Java style growth (as for Java 2 v1.4.1)
    extjava_caphint - an extension to java_caphint (percentage based
            exponential growth for negative values of capacityIncrement)

  * stl_caphint::hint_resize rewritten for closer match with STL

  * safe_caphint: subordinate instance handling redesigned, allows
    seamless integration with the factory

  * abs_caphint, rel_caphint: ad-hoc defaults in constructors removed

  * test program 'growth_data' added, provides reallocation related
    data, e.g. average number of element movements

Regards,

Daniel

-- 
Daniel Kostecky, dk at kotelna dot sk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]