refactor: defer SrcLayerData lookups in RawBatch #25

Merged
coissac merged 1 commits from push-nxrynoorswrw into main 2026-06-12 20:19:22 +00:00

1 Commits

Author SHA1 Message Date
Eric Coissac 2e69b0b7fe refactor: defer SrcLayerData lookups in RawBatch
Replace eager resolution of `Vec<u32>` values with an `Arc<SrcLayerData>` handle passed alongside `Vec<CanonicalKmer>`. This shifts the lookup logic to the subsequent transform step, reducing memory overhead and enabling shared, thread-safe access to the source layer data.
2026-06-12 22:18:57 +02:00