Skip to content

Commit 183cf8a

Browse files
nodejs-github-botrichardlau
authored andcommittedMar 20, 2024
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 11ba859 commit 183cf8a

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
@@ -25,7 +25,7 @@ This a list of all the dependencies:
2525
* [npm][]
2626
* [openssl][]
2727
* [postject][]
28-
* [simdutf 3.2.18][]
28+
* [simdutf 4.0.4][]
2929
* [undici 5.26.4][]
3030
* [uv][]
3131
* [uvwasi 0.0.19][]
@@ -273,7 +273,7 @@ See [maintaining-openssl][] for more informations.
273273
The [postject](https://github.com/nodejs/postject) dependency is used for the
274274
[Single Executable strategic initiative](https://github.com/nodejs/single-executable).
275275

276-
### simdutf 3.2.18
276+
### simdutf 4.0.4
277277

278278
The [simdutf](https://github.com/simdutf/simdutf) dependency is
279279
a C++ library for fast UTF-8 decoding and encoding.
@@ -335,7 +335,7 @@ performance improvements not currently available in standard zlib.
335335
[npm]: #npm
336336
[openssl]: #openssl
337337
[postject]: #postject
338-
[simdutf 3.2.18]: #simdutf-3218
338+
[simdutf 4.0.4]: #simdutf-404
339339
[undici 5.26.4]: #undici-5264
340340
[update-openssl-action]: ../../../.github/workflows/update-openssl.yml
341341
[uv]: #uv

0 commit comments

Comments
 (0)
Please sign in to comment.