node/deps/simdutf
Cheng Zhao 32af45d241
build: add GN build files
PR-URL: https://github.com/nodejs/node/pull/47637
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2023-11-11 09:51:05 +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 3.2.18 2023-10-10 19:34:32 +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 3.2.18 2023-10-10 19:34:32 +00:00
unofficial.gni build: add GN build files 2023-11-11 09:51:05 +00: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.