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

Introduce new encoding of BPV 21 for DocIdsWriter used in BKD Tree #13521

Open
wants to merge 62 commits into
base: main
Choose a base branch
from

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    11e41b4 View commit details
    Browse the repository at this point in the history
  2. Deleted single loop encoders

    expani committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2376766 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    886810b View commit details
    Browse the repository at this point in the history
  2. Minor refactor

    expani committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9e20958 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    5034e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e06bc3b View commit details
    Browse the repository at this point in the history
  3. Increasing iterations to 10

    expani committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d2122cd View commit details
    Browse the repository at this point in the history
  4. Added a new encoder

    expani committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d09e79a View commit details
    Browse the repository at this point in the history
  5. Removed older benchmarks

    expani committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1ddd597 View commit details
    Browse the repository at this point in the history
  6. Added License

    expani committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9f3792b View commit details
    Browse the repository at this point in the history
  7. Refactoring

    expani committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4e8a1f2 View commit details
    Browse the repository at this point in the history
  8. Gradle Tidy

    expani committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    04361d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f35605a View commit details
    Browse the repository at this point in the history
  10. Added comments

    expani committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4a02e64 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c01fb9b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d751e60 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b833e73 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    db1ed1d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    42eac06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fb5b25 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    5af1e60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a07019 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    0b59eb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd04aaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad7b749 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5479ac2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3a5c58 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Refactor

    expani committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4085679 View commit details
    Browse the repository at this point in the history
  2. Trimming numbers to avoid NFE

    expani committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e309031 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

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

Commits on Oct 7, 2024

  1. Fixed gradle check errors

    expani committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0289c6b View commit details
    Browse the repository at this point in the history
  2. Fixed gradle check errors

    expani committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e20be32 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Added hybrid bit21 encoder

    expani committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    16c6c2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa34d4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a090196 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    dad37c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd862b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68d0bbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33232e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5853093 View commit details
    Browse the repository at this point in the history
  6. Refactoring

    expani committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8d6f7ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    336308e View commit details
    Browse the repository at this point in the history
  8. Fixed all gradle failures

    expani committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4fb0a87 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Auto inferring docIdProvider

    expani committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    33fd619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    295531c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7312d91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    359440a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

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

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    dc3d6fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d1d879 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b6b26d View commit details
    Browse the repository at this point in the history
  4. Added extra loggers

    expani committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    fdca13f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    b2c45e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecf53d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Excluding lines with comments

    expani committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7f95cd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af8b914 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    4d10d9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da2325c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

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

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    775fb38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    702580a View commit details
    Browse the repository at this point in the history