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] | |
On 11/14/06, Paolo Carlini <pcarlini@suse.de> wrote:
Dhruv Matani wrote:
> I've patched on gcc-4.2[gcc version 4.2.0 20061107 (prerelease)]
... no way to convince you that we always patch *mainline* first...
I mailed Benjamin explaining to him that I can't seem to be able to get mainline from svn, and current 4.3 snapshot. He said that it's fine if I am able to test against any 4.2 snapshot.
Here are the numbers. Attached is the file used.
+-------------------+---------+ | algo | time | +-------------------+---------+ | Boyer Moore | 9.475s | | std::search | 12.283s | | strstr | 13.184s | | std::string::find | 20.166s | +-------------------+---------+
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |