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

[FEATURE] Tracked Props Performance Tuning #18223

Merged
merged 5 commits into from
Aug 14, 2019
Merged

Commits on Aug 13, 2019

  1. [FEATURE beta] Various bugfixes and perf improvements including:

    - No longer fetching leaf nodes when traversing chains
    - No longer creating arrays when traversing chains
    - Correctly memoizing alias tag chains
    - Adding `untrack` to fully ignore trackable contexts
    - Using a map instead of an array for lazy tag chains
    - Flattening tag chains
    Chris Garrett committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    823a326 View commit details
    Browse the repository at this point in the history
  2. [FEATURE beta] Update to functional tag API

    Updates to the latest version of Glimmer with the functional tag API
    and perf improvements/tuning.
    Chris Garrett committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    d7f3cda View commit details
    Browse the repository at this point in the history
  3. Add test for 18253

    Chris Garrett committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    bd7f492 View commit details
    Browse the repository at this point in the history
  4. [BUGFIX beta] Fixup typings and tag wrapper

    Chris Garrett committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    546c308 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. wtf Edge

    Chris Garrett committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    5bbd43e View commit details
    Browse the repository at this point in the history