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

perf: coalesce ids before executing take #2680

Merged
merged 3 commits into from
Aug 13, 2024

Commits on Aug 13, 2024

  1. Coalesce ids before executing take when using TakeExec. This reduces …

    …the number of times we call take which has a number of performance benefits.
    westonpace committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    89aafc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08cd611 View commit details
    Browse the repository at this point in the history
  3. Fix after rebase

    westonpace committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ca92427 View commit details
    Browse the repository at this point in the history