[Webkit-unassigned] [Bug 275170] New: Consider using simd base64 encode/decode from simdutf

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 5 10:53:28 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=275170

            Bug ID: 275170
           Summary: Consider using simd base64 encode/decode from simdutf
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sam at webkit.org

The simdutf project, https://github.com/simdutf/simdutf, in addition to having highly optimized unicode conversions has highly optimized/tested/fuzzed base64 encode/decode implementations, importantly including support for WHATWG-forgiving base64 -> https://github.com/simdutf/simdutf?tab=readme-ov-file#base64.

simdutf is licensed under a compatible Apache-2.0 / MIT licenses, so we should consider an import.

(our current implementation is entirely scalar)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240605/752fc110/attachment-0001.htm>


More information about the webkit-unassigned mailing list