WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
253764
Prefer member function find over std::find
https://bugs.webkit.org/show_bug.cgi?id=253764
Summary
Prefer member function find over std::find
Seija K.
Reported
2023-03-11 13:39:25 PST
Member function is O(log(n)) while static is O(n)
Attachments
Add attachment
proposed patch, testcase, etc.
Seija K.
Comment 1
2023-03-13 06:29:50 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/11406
Alexey Proskuryakov
Comment 2
2023-03-13 16:33:49 PDT
The PR is closed now, closing.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug