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(ops): optimize permission check #11800

Merged
merged 3 commits into from
Sep 22, 2021

Commits on Aug 21, 2021

  1. perf(ops): optimize permission check

    Removes the overhead of permission check on access granted (should be common case):
    
    Delta measured on `perf_now` from `deno_common` bench:
    - before: `528ns/op
    - after: `166ns/op`
    
    So ~3x faster
    AaronO committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    251a60b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    f576725 View commit details
    Browse the repository at this point in the history
  2. Comment TODO + rationale

    AaronO committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    8cf40ab View commit details
    Browse the repository at this point in the history