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

AsyncLocalStorage based ContextManager #1210

Merged
merged 6 commits into from Jun 26, 2020

Commits on Jun 23, 2020

  1. feat: improve ContextManager performance using AsyncLocalStorage

    Use AsyncLocalStorage in ContentManager to improve performance
    johanneswuerbach committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    4f9e8f2 View commit details
    Browse the repository at this point in the history
  2. fix: feedback

    johanneswuerbach committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    9be115c View commit details
    Browse the repository at this point in the history
  3. fix: more feedback

    johanneswuerbach committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    7e7d9d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24b7d43 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. fix: linter

    johanneswuerbach committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    b0ccd01 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

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