This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: std::map and std::set based on AVL, not RB trees.
- From: Paolo Carlini <pcarlini at suse dot de>
- To: "Daniel K. O." <danielosmari at yahoo dot com dot br>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 29 Mar 2005 11:24:59 +0200
- Subject: Re: std::map and std::set based on AVL, not RB trees.
- References: <424749A0.9080100@yahoo.com.br>
Daniel K. O. wrote:
> Any comment is welcome.
I only want to add to Gaby and Chris comments that you may want to redo
your benchmarks vs a snapshot of the forthcoming 4.0: recently we fixed
a couple of serious bugs affecting performance in this area.
Paolo.