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

buffer: use v8 fast API calls for Buffer.byteLength with sequential one-byte strings #46616

Merged
merged 2 commits into from
Feb 26, 2023

Commits on Feb 26, 2023

  1. benchmark: split Buffer.byteLength benchmark

    PR-URL: nodejs#46616
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    joyeecheung authored and aduh95 committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    43ddf76 View commit details
    Browse the repository at this point in the history
  2. buffer: use v8 fast API calls for Buffer.byteLength implementation

    Use v8 fast API calls for Buffer.byteLength with sequential one-byte
    strings.
    
    PR-URL: nodejs#46616
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Robert Nagy <ronagy@icloud.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    joyeecheung authored and aduh95 committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    ee1ce18 View commit details
    Browse the repository at this point in the history