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

perf(webidl): optimize createRecordConverter() #12286

Merged
merged 4 commits into from
Oct 4, 2021

Commits on Oct 1, 2021

  1. perf(webidl): optimize createRecordConverter()

    Cuts self-time by ~6x, 172ns/iter => 22ns/iter benched on 1M Response builds / HeadersInit calls
    AaronO committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    1932b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7608f77 View commit details
    Browse the repository at this point in the history
  3. code style tweaks

    AaronO committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    c27e43a View commit details
    Browse the repository at this point in the history
  4. tweak

    AaronO committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    dd73dff View commit details
    Browse the repository at this point in the history