/
githubmirror
/
node
ОбзорДокументацияВойти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
node/
.../third_party/simdutf/
..
BUILD.gn

deps: update V8 to 14.1.146.11

10 месяцев назад
LICENSE

deps: update V8 to 13.6.233.8

год назад
OWNERS

deps: update V8 to 13.6.233.8

год назад
README.chromium

deps: update V8 to 14.6.202.33

4 месяца назад
simdutf.cpp

deps: update V8 to 14.6.202.33

4 месяца назад
simdutf.h

deps: update V8 to 14.6.202.33

4 месяца назад
README.chromium
Name: simdutf unicode transcoder
Short Name: simdutf
URL: https://github.com/simdutf/simdutf
Update Mechanism: Manual
Revision: da645ece
Version: 7.7.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.