mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-25 04:33:03 +00:00
db4ef39d87
The mock unified snapshot resolved a metrics target per resource on a freshly ingested registry whose view caches were still dirty, so every resolution fell back to a scan over all source mappings, turning the loop quadratic at demo scale. One view read builds the caches first, making each resolution an index lookup. Contract-Neutral: performance-only cache warm before target resolution, resolved targets unchanged