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

Some alignment optimizations #7382

Merged
merged 6 commits into from
Jan 5, 2023
Merged

Commits on Dec 15, 2022

  1. compare indexes: return early if all same objects

    This may happen in some (rare?) cases where the objects to align share
    the same indexes.
    benbovy committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b54bb3b View commit details
    Browse the repository at this point in the history
  2. avoid re-indexing when not needed

    If all unindexed dimension sizes match the indexed dimension sizes in
    the objects to align, we don't need re-indexing.
    benbovy committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    689e5dd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. add benchmark

    benbovy committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    94f2d99 View commit details
    Browse the repository at this point in the history
  2. update what's new

    benbovy committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    30d7295 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43ed521 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

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