AB1_SEQ_CACHE

Static AB1_SEQ_CACHE 

Source
pub(crate) static AB1_SEQ_CACHE: LazyLock<RwLock<HashMap<PathBuf, Vec<SeqIdHit>>>>
Expand description

In-memory cache: maps each AB1 file path to the seq_id_hits computed by the last background scan. item_from_entry() reads from this cache instead of running alignment on the UI thread.