node/deps/simdutf
Yagiz Nizipli cf629366b9 deps: update simdutf to 5.2.3
PR-URL: https://github.com/nodejs/node/pull/52381
Refs: https://github.com/nodejs/node/pull/51670
Reviewed-By: Daniel Lemire <daniel@lemire.me>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
2024-04-08 12:43:28 +00:00
..
BUILD.gn build: add GN build files 2023-11-11 09:51:05 +00:00
LICENSE-MIT deps: add simdutf dependency 2022-12-22 20:22:27 +00:00
README.md deps: add simdutf dependency 2022-12-22 20:22:27 +00:00
simdutf.cpp deps: update simdutf to 5.2.3 2024-04-08 12:43:28 +00:00
simdutf.gyp build: replace js2c.py with js2c.cc 2023-05-24 13:33:01 +02:00
simdutf.h deps: update simdutf to 5.2.3 2024-04-08 12:43:28 +00:00
unofficial.gni doc: the GN files should use Node's license 2023-12-28 20:27:05 +00:00

README.md

simdutf

This project boosts unicode validation and transcoding performance by utilizing SIMD operations where possible.

The source is pulled from: https://github.com/simdutf/simdutf

Active development occurs in the default branch (currently named master).

Updating

See tools/dep_updaters/README.md#simdutf for instructions.