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

Reducing object allocations by reusing the Array object from the parent middleware #1887

Merged
merged 2 commits into from Jul 9, 2022

Commits on May 10, 2022

  1. Reuse the Array object from parent middleware

    in order not to allocate another Array object for passing the response
    to the next middleware
    amatsuda committed May 10, 2022
    Configuration menu
    Copy the full SHA
    f0c9ab4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Configuration menu
    Copy the full SHA
    a5432aa View commit details
    Browse the repository at this point in the history