0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps/simdutf
Cheng Zhao df16c69983
doc: the GN files should use Node's license
PR-URL: https://github.com/nodejs/node/pull/50694
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tierney Cyren <hello@bnb.im>
2023-12-28 20:27:05 +00:00
..
BUILD.gn build: add GN build files 2023-11-11 09:51:05 +00:00
LICENSE-MIT
README.md
simdutf.cpp deps: update simdutf to 4.0.8 2023-12-23 09:52:42 +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 4.0.8 2023-12-23 09:52:42 +00:00
unofficial.gni doc: the GN files should use Node's license 2023-12-28 20:27: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.