Michaël Zasso 918fe04351
deps: update V8 to 13.6.233.8
PR-URL: https://github.com/nodejs/node/pull/58070
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
2025-05-02 15:06:53 +02:00
..

Name: simdutf unicode transcoder
Short Name: simdutf
URL: https://github.com/simdutf/simdutf
Version: 6.4.0
License: MIT
License File: LICENSE
Shipped: yes
Security Critical: yes

Description:
This library provide fast Unicode functions such as:
- WHATWG forgiving-base64 (with or without URL encoding) to binary,
- Binary to base64 (with or without URL encoding),
- etc.
The functions are accelerated using SIMD instructions (e.g., ARM NEON, SSE, AVX,
AVX-512, RISC-V Vector Extension, etc.). When your strings contain hundreds of
characters, we can often transcode them at speeds exceeding a billion characters
per second.

This library is written in C++, which is memory unsafe, so it can only be
used for trustworthy data or in sandboxed processes, like the renderer process.
For new uses of base64 involving untrustworthy data in unsandboxed processes,
a memory-safe alternative should be used.

Note: This is using the single header version of the library. To update it,
download the single-header file from their released page, and replace the
files in this directory.