RESOLVED INVALID253764
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
Seija K.
Comment 1 2023-03-13 06:29:50 PDT
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.