Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v18.x backport] backport utf8 performance improvements #45650

Closed
wants to merge 6 commits into from

Commits on Nov 28, 2022

  1. util: improve textdecoder decode performance

    PR-URL: nodejs#45294
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    anonrig committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    367d631 View commit details
    Browse the repository at this point in the history
  2. benchmark: fix text-decoder benchmark

    PR-URL: nodejs#45363
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    anonrig committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f5e3920 View commit details
    Browse the repository at this point in the history
  3. benchmark: add parameters to text-decoder benchmark

    PR-URL: nodejs#45363
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    anonrig committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    22e9f5b View commit details
    Browse the repository at this point in the history
  4. util: improve text-decoder performance

    PR-URL: nodejs#45363
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    anonrig committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    26fbc98 View commit details
    Browse the repository at this point in the history
  5. util: improve text decoder performance

    PR-URL: nodejs#45388
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    anonrig committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8dea4eb View commit details
    Browse the repository at this point in the history
  6. util: add fast path for utf8 encoding

    Co-authored-by: Anna Henningsen <anna@addaleax.net>
    PR-URL: nodejs#45412
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    anonrig and addaleax committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d86c37f View commit details
    Browse the repository at this point in the history