RESOLVED FIXED Bug 15567
speed up hashing const char* by removing call to strlen
https://bugs.webkit.org/show_bug.cgi?id=15567
Summary speed up hashing const char* by removing call to strlen
Darin Adler
Reported 2007-10-19 11:52:54 PDT
Here's a speed-up I did a while ago.
Attachments
patch (1.73 KB, patch)
2007-10-19 11:57 PDT, Darin Adler
no flags
patch (3.38 KB, patch)
2007-10-19 12:02 PDT, Darin Adler
mjs: review+
Darin Adler
Comment 1 2007-10-19 11:57:02 PDT
Darin Adler
Comment 2 2007-10-19 12:02:13 PDT
Maciej Stachowiak
Comment 3 2007-10-20 01:55:25 PDT
Comment on attachment 16736 [details] patch r=me
Darin Adler
Comment 4 2007-10-20 10:41:03 PDT
Committed revision 26827.
Note You need to log in before you can comment on or make changes to this bug.