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]

adding containers to testsuite/performance/container_benchmark.cc


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


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