Skip to content

fix(core): restore exact single-query index throughput - #54

Merged
seonghobae merged 1 commit into
docs/product-technical-gap-baselinefrom
codex/exact-index-single-fast
Aug 31, 2026
Merged

fix(core): restore exact single-query index throughput#54
seonghobae merged 1 commit into
docs/product-technical-gap-baselinefrom
codex/exact-index-single-fast

Conversation

@seonghobae

@seonghobae seonghobae commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Summary

  • restore the dedicated parallel single-query exact scoring path after the batch-kernel refactor
  • retain the shared exact reduction/report helpers and batch contract unchanged
  • add explicit packed-batch validation coverage

Measured reason

On the 6,578 x 3,072 synthetic/non-identifying production-shape snapshot, routing one query through the generic batch fold made the first accepted full Lineage read 67.922 ms and warm reads 12.863-15.751 ms. The restored owner path removes that demonstrated regression without changing authorization, scores, ordering, or digests.

Validation

  • cargo +1.97.1 fmt --all -- --check
  • cargo +1.97.1 clippy --workspace --all-targets -- -D warnings
  • cargo +1.97.1 llvm-cov --package rankweave-core --fail-under-lines 100 --fail-under-functions 100 --fail-under-regions 100 (23 passed; 100% line/function/region)
  • PYTHONPATH=. uvx uv@0.12.1 run --extra dev pytest -q (692 passed)

This is a regression repair on the #41 stack. It does not claim the general four-distinct-query 20 ms SLO; that remains under exact accelerator/full-path measurement.


Devin Review

Signed-off-by: Seongho Bae <me@seonghobae.me>
@coderabbitai

coderabbitai Bot commented Aug 31, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: f9aca3f8-4ca0-4754-a7e3-f535b29b846b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@seonghobae
seonghobae merged commit 9a7c96b into docs/product-technical-gap-baseline Aug 31, 2026
7 of 8 checks passed
@seonghobae
seonghobae deleted the codex/exact-index-single-fast branch August 31, 2026 11:58

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Devin Review

Comment thread crates/rankweave-core/src/semantic_index.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant