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

Avoid the performance/memory overheads of "clone on modify" of $args #1884

Merged
merged 4 commits into from Feb 27, 2021

Commits on Feb 27, 2021

  1. Avoid the performance/memory overheads of "clone on modify" of $args …

    …when building the condition set/database for AVERAGEIFS(), MAXIFS() and MINIFS()
    MarkBaker committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    5d65fb2 View commit details
    Browse the repository at this point in the history
  2. Avoid the performance/memory overheads of "clone on modify" of $args …

    …when building the condition set/database for COUNTIFS()
    MarkBaker committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    8e45e5a View commit details
    Browse the repository at this point in the history
  3. Minor refactoring

    MarkBaker committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    f21f944 View commit details
    Browse the repository at this point in the history
  4. More refactoring

    MarkBaker committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    1b3d5d3 View commit details
    Browse the repository at this point in the history