This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
JFYI: caphint last alpha released
- From: Daniel Kostecky <dk at kotelna dot sk>
- To: GCC std C++ library discussion <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 24 Sep 2002 19:27:47 +0200
- Subject: JFYI: caphint last alpha released
- Reply-to: Daniel Kostecky <dk at kotelna dot sk>
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