node/deps/simdutf
Node.js GitHub Bot 9fde4f6834
deps: update simdutf to 5.6.3
PR-URL: https://github.com/nodejs/node/pull/55973
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
2024-11-26 01:01:45 +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 5.6.3 2024-11-26 01:01:45 +00:00
simdutf.gyp
simdutf.h deps: update simdutf to 5.6.3 2024-11-26 01:01:45 +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.