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

Slightly improve performance #57

Merged
merged 8 commits into from
May 17, 2020
Merged

Slightly improve performance #57

merged 8 commits into from
May 17, 2020

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    c276a5c View commit details
    Browse the repository at this point in the history
  2. Skip map.has

    We're using the value right away.
    We can skip .has because the value will never be falsy since we're storing an object.
    fregante committed May 11, 2020
    Configuration menu
    Copy the full SHA
    e3fa21c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Revert "Automatically use WeakMap when possible (#56)"

    This reverts commit e8bb86c.
    fregante committed May 16, 2020
    Configuration menu
    Copy the full SHA
    8fc8766 View commit details
    Browse the repository at this point in the history
  2. Revert index.js

    fregante committed May 16, 2020
    Configuration menu
    Copy the full SHA
    a98f60b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be25bdf View commit details
    Browse the repository at this point in the history
  4. Reapply improvements

    fregante committed May 16, 2020
    Configuration menu
    Copy the full SHA
    2d95963 View commit details
    Browse the repository at this point in the history
  5. Lint

    fregante committed May 16, 2020
    Configuration menu
    Copy the full SHA
    60fe604 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d03dc28 View commit details
    Browse the repository at this point in the history