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

Skip allocations, serialization and deserialization of request data for in-memory requests #6021

Closed

Commits on May 17, 2020

  1. Add an in-memory request type that hold the request data in memory (u…

    …sing a WeakMap)
    
    The new request type is used by in-process requests. to skip the buffer allocations,
    serialization, and deserialization of the request data and buffers.
    nb-ohad committed May 17, 2020
    Configuration menu
    Copy the full SHA
    c4cfe9f View commit details
    Browse the repository at this point in the history