mirror of
https://github.com/nodejs/node.git
synced 2024-11-24 12:10:08 +01:00
d1830685b4
PR-URL: https://github.com/nodejs/node/pull/55889 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> |
||
---|---|---|
.. | ||
BUILD.gn | ||
LICENSE-MIT | ||
README.md | ||
simdutf.cpp | ||
simdutf.gyp | ||
simdutf.h | ||
unofficial.gni |
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.