Bug 253764 - Prefer member function find over std::find
Summary: Prefer member function find over std::find
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-11 13:39 PST by Seija K.
Modified: 2023-03-13 16:33 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Seija K. 2023-03-11 13:39:25 PST
Member function is O(log(n)) while static is O(n)
Comment 1 Seija K. 2023-03-13 06:29:50 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11406
Comment 2 Alexey Proskuryakov 2023-03-13 16:33:49 PDT
The PR is closed now, closing.