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

feat: optimize ID-driven selections #7933

Merged
merged 5 commits into from Apr 7, 2022
Merged

feat: optimize ID-driven selections #7933

merged 5 commits into from Apr 7, 2022

Commits on Apr 7, 2022

  1. Optimize ID-driven selections.

    Stores for ID-driven selections use a flattened structure,
    with tuples in the form of {unit, _vgsid_} sorted by _vgsid_.
    And inclusion testing now occurs via a new Vega expression function
    that binary searches through the store to determine a hit.
    arvind committed Apr 7, 2022
    Copy the full SHA
    2e5156e View commit details
    Browse the repository at this point in the history
  2. Update unit tests

    arvind committed Apr 7, 2022
    Copy the full SHA
    1784b02 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9551dc4 View commit details
    Browse the repository at this point in the history
  4. chore: update TOC [CI]

    GitHub Actions Bot committed Apr 7, 2022
    Copy the full SHA
    7f5e1af View commit details
    Browse the repository at this point in the history
  5. chore: update examples [CI]

    GitHub Actions Bot committed Apr 7, 2022
    Copy the full SHA
    9a516dd View commit details
    Browse the repository at this point in the history