| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #62248 +/- ##
==========================================
- Coverage 90.33% 90.32% -0.02%
==========================================
Files 760 760
Lines 248523 248530 +7
Branches 46906 46892 -14
==========================================
- Hits 224511 224481 -30
- Misses 15451 15464 +13
- Partials 8561 8585 +24
... and 30 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
There was a problem hiding this comment.
this look fine, see my comment.
Sorry, something went wrong.
Sorry, something went wrong.
Signed-off-by: Mert Can Altin <mertgold60@gmail.com>
Sorry, something went wrong.
|
request-ci Add this label to start a Jenkins CI on a PR. was failing. It was trying to access information from the previous Jenkins run https://ci.nodejs.org/job/node-test-pull-request/72570/ from April 9, 2026, which was no longer available. I started a new Jenkins job https://ci.nodejs.org/job/node-test-pull-request/76039/ manually in Jenkins and that is now running. |
Sorry, something went wrong.
Sorry, something went wrong.
Signed-off-by: Mert Can Altin <mertgold60@gmail.com> PR-URL: #62248 Reviewed-By: Daniel Lemire <daniel@lemire.me> Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Signed-off-by: Mert Can Altin <mertgold60@gmail.com> PR-URL: #62248 Reviewed-By: Daniel Lemire <daniel@lemire.me> Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
| Back | FazBrowse Home | New Git URL |
latin-1 already used simdutf #61696,
I changed WriteUtf8V2 to simdutf for two-byte strings.
➜ node git:(mert/use-simdutf-for-two-byte-utf8) ✗ node-benchmark-compare ./result.csv confidence improvement accuracy (*) (**) (***) util/utf8-value.js n=5000000 type='ascii' -0.11 % ±2.64% ±3.69% ±5.18% util/utf8-value.js n=5000000 type='mixed' *** 49.60 % ±1.90% ±2.67% ±3.78% util/utf8-value.js n=5000000 type='three_bytes' *** 31.10 % ±2.42% ±3.34% ±4.60% util/utf8-value.js n=5000000 type='two_bytes' *** 42.75 % ±1.42% ±1.94% ±2.66% Be aware that when doing many comparisons the risk of a false-positive result increases. In this case, there are 4 comparisons, you can thus expect the following amount of false-positive results: 0.20 false positives, when considering a 5% risk acceptance (*, **, ***), 0.04 false positives, when considering a 1% risk acceptance (**, ***), 0.00 false positives, when considering a 0.1% risk acceptance (***)