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

Refs perf enhancement #238

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Dec 3, 2015

  1. Add new way of maintaining list of toPaths for greatly enhanced perfo…

    …rmance...
    
    Basically, this enables much fewer refs to be looped in onIndexChange
    for event, which can have dramatic effect when you have a combo of many
    refs and many index events.
    cjblomqvist committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    21db161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7722ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e4c5e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a58da9 View commit details
    Browse the repository at this point in the history
  5. Additional rework to support nested levels of items and paths in Path…

    …Maps....
    
    also removing dependency to Ref
    cjblomqvist committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    a07843b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b2f09c View commit details
    Browse the repository at this point in the history
  7. Use new fromPathMap instead of fromMap for refs when converting to JS…

    …ON...
    
    enabling eventually removing the regular fromMap
    cjblomqvist committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    e0d02ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59d801f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eac9fde View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb7b6d4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b0b48d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e7dc66 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3d92d52 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2015

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

Commits on Jan 4, 2016

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

Commits on Jan 11, 2016

  1. Configuration menu
    Copy the full SHA
    f9a8d96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2719ad2 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Configuration menu
    Copy the full SHA
    8884498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    416ab16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bff89cf View commit details
    Browse the repository at this point in the history