node/deps/simdutf
Node.js GitHub Bot a0c01b23b4 deps: update simdutf to 4.0.4
PR-URL: https://github.com/nodejs/node/pull/50772
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2023-11-29 09:46:29 -03:00
..
BUILD.gn build: add GN build files 2023-11-14 09:18:03 +01:00
LICENSE-MIT
README.md
simdutf.cpp deps: update simdutf to 4.0.4 2023-11-29 09:46:29 -03:00
simdutf.gyp build: replace js2c.py with js2c.cc 2023-05-24 13:33:01 +02:00
simdutf.h deps: update simdutf to 4.0.4 2023-11-29 09:46:29 -03:00
unofficial.gni build: add GN build files 2023-11-14 09:18:03 +01:00

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.