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

Implement recursive field lookup #819

Merged
merged 4 commits into from
Aug 14, 2014
Merged

Implement recursive field lookup #819

merged 4 commits into from
Aug 14, 2014

Commits on Aug 13, 2014

  1. Configuration menu
    Copy the full SHA
    f6dc5ad View commit details
    Browse the repository at this point in the history
  2. Use depths array rather than passing array args

    Approximately doubles the throughput performance of depthed templates and clears the way for doing recursive path lookups in pathed mode.
    kpdecker committed Aug 13, 2014
    Configuration menu
    Copy the full SHA
    b695aae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    625b00e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2014

  1. Implement recursive field lookup in compat mode

    Provides the mustache behavior of recursive lookup without the use of depthed paths.
    
    Note that this does incur a fairly dramatic performance penalty for depthed queries.
    kpdecker committed Aug 14, 2014
    Configuration menu
    Copy the full SHA
    c98613b View commit details
    Browse the repository at this point in the history