Bug 243902 - [WTF] isAllASCII should have SIMD code
Summary: [WTF] isAllASCII should have SIMD code
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-08-12 14:58 PDT by Yusuke Suzuki
Modified: 2022-08-19 14:59 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 Yusuke Suzuki 2022-08-12 14:58:30 PDT
It is super easy to write SIMD for that. And it is useful since we use it for very large string frequently (see CachedResource’s use!).
We should make it incredibly fast.
Comment 1 Radar WebKit Bug Importer 2022-08-19 14:59:16 PDT
<rdar://problem/98900214>