Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

v0.3.5

Choose a tag to compare

@lgruen-vcgs lgruen-vcgs released this 23 Mar 01:30
· 5 commits to main since this release

Batch quote alignment via local_global_align_many for faster resolve.

  • Use seq_smith.local_global_align_many() to align all quotes in a single Rust call with optional multi-threading, replacing the sequential Python loop.
  • Add num_threads parameter to DocumentIndex.resolve().