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: transpose the PQ codes to improve search performance #3120

Merged
merged 15 commits into from
Nov 13, 2024

Commits on Nov 12, 2024

  1. perf: traspose the pq code to make calculating efficient

    Signed-off-by: BubbleCal <[email protected]>
    BubbleCal committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5a78989 View commit details
    Browse the repository at this point in the history
  2. transpose pq codes when writing

    Signed-off-by: BubbleCal <[email protected]>
    BubbleCal committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ed45224 View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: BubbleCal <[email protected]>
    BubbleCal committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9650a02 View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: BubbleCal <[email protected]>
    BubbleCal committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5a95002 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: BubbleCal <[email protected]>
    BubbleCal committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    71432db View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: BubbleCal <[email protected]>
    BubbleCal committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0937f4a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fix hnsw

    Signed-off-by: BubbleCal <[email protected]>
    BubbleCal committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8018846 View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: BubbleCal <[email protected]>
    BubbleCal committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9fd8429 View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: BubbleCal <[email protected]>
    BubbleCal committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    388bcc7 View commit details
    Browse the repository at this point in the history
  4. fix with filters

    Signed-off-by: BubbleCal <[email protected]>
    BubbleCal committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    048d948 View commit details
    Browse the repository at this point in the history
  5. comments

    Signed-off-by: BubbleCal <[email protected]>
    BubbleCal committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4322120 View commit details
    Browse the repository at this point in the history
  6. fix empty

    Signed-off-by: BubbleCal <[email protected]>
    BubbleCal committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d976823 View commit details
    Browse the repository at this point in the history
  7. fix transpose

    Signed-off-by: BubbleCal <[email protected]>
    BubbleCal committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3e5e23a View commit details
    Browse the repository at this point in the history
  8. fix ut

    Signed-off-by: BubbleCal <[email protected]>
    BubbleCal committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8c31845 View commit details
    Browse the repository at this point in the history
  9. add test

    Signed-off-by: BubbleCal <[email protected]>
    BubbleCal committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b5302f7 View commit details
    Browse the repository at this point in the history