mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
e783729f08
PR-URL: https://github.com/nodejs/node/pull/54434 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.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.