This repository was archived by the owner on May 21, 2026. It is now read-only.
v0.3.5
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_threadsparameter toDocumentIndex.resolve().