]> git.lizzy.rs Git - rust.git/commit
auto merge of #5476 : thestinger/rust/bench, r=graydon
authorbors <bors@rust-lang.org>
Fri, 22 Mar 2013 00:00:57 +0000 (17:00 -0700)
committerbors <bors@rust-lang.org>
Fri, 22 Mar 2013 00:00:57 +0000 (17:00 -0700)
commit80d47fd11f702910bf15fa356abd3a4e6b0005f7
treeb9e5d41feccbbcac78ea130e2f5b8e35ef6daf6b
parentec8345b18abef2fba6153ae999446e3f05b8275a
parent5acfe3d5376d58a549b508e4fbfe21cf31a79396
auto merge of #5476 : thestinger/rust/bench, r=graydon

The old string benchmarks weren't very useful because the strings weren't long enough, so I just threw those out for now. I left out benchmarks of `oldmap` because it's clear that it's 30-40% slower and it doesn't implement the `Map` trait.

This also cleanly divides up `insert`, `search` and `remove`.