Skip to content

Commit a0c01b2

Browse files
nodejs-github-botRafaelGSS
authored andcommittedNov 29, 2023
deps: update simdutf to 4.0.4
PR-URL: #50772 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 23f56d8 commit a0c01b2

File tree

3 files changed

+12040
-6643
lines changed

3 files changed

+12040
-6643
lines changed
 

‎deps/simdutf/simdutf.cpp

+11,171-6,435
Large diffs are not rendered by default.

‎deps/simdutf/simdutf.h

+866-205
Large diffs are not rendered by default.

‎doc/contributing/maintaining/maintaining-dependencies.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This a list of all the dependencies:
2727
* [npm 9.6.7][]
2828
* [openssl 3.0.8][]
2929
* [postject 1.0.0-alpha.6][]
30-
* [simdutf 3.2.18][]
30+
* [simdutf 4.0.4][]
3131
* [undici 5.27.0][]
3232
* [uvwasi 0.0.19][]
3333
* [V8 11.8.172.12][]
@@ -286,7 +286,7 @@ See [maintaining-openssl][] for more informations.
286286
The [postject](https://github.com/nodejs/postject) dependency is used for the
287287
[Single Executable strategic initiative](https://github.com/nodejs/single-executable).
288288

289-
### simdutf 3.2.18
289+
### simdutf 4.0.4
290290

291291
The [simdutf](https://github.com/simdutf/simdutf) dependency is
292292
a C++ library for fast UTF-8 decoding and encoding.
@@ -344,7 +344,7 @@ performance improvements not currently available in standard zlib.
344344
[npm 9.6.7]: #npm-967
345345
[openssl 3.0.8]: #openssl-308
346346
[postject 1.0.0-alpha.6]: #postject-100-alpha6
347-
[simdutf 3.2.18]: #simdutf-3218
347+
[simdutf 4.0.4]: #simdutf-404
348348
[undici 5.27.0]: #undici-5270
349349
[update-openssl-action]: ../../../.github/workflows/update-openssl.yml
350350
[uvwasi 0.0.19]: #uvwasi-0019

0 commit comments

Comments
 (0)
Please sign in to comment.