This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
adding containers to testsuite/performance/container_benchmark.cc
- From: Jerry Quinn <jlquinn at optonline dot net>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 24 Dec 2003 23:32:21 -0500
- Subject: adding containers to testsuite/performance/container_benchmark.cc
- References: <20031223101735.301e4e48.bkoz@redhat.com>
Benjamin Kosnik writes:
>
> Currently, the container benchmark tests:
>
> "vector (pointer)", "vector (iterator)", "deque", "list", "set", "multiset"
>
> I would like to add map, multimap, and the hashed containers.
>
> Thoughts?
>
> -benjamin
My vote would be yes. They're all important containers, even if the
hashes aren't standard. Performance matters here too.
Jerry Quinn