Skip to content

Optimize NCU matching by caching queries#274

Merged
slabasan merged 8 commits into
llnl:developfrom
michaelmckinsey1:ncu-opt
May 15, 2026
Merged

Optimize NCU matching by caching queries#274
slabasan merged 8 commits into
llnl:developfrom
michaelmckinsey1:ncu-opt

Conversation

@michaelmckinsey1

@michaelmckinsey1 michaelmckinsey1 commented May 13, 2026

Copy link
Copy Markdown
Collaborator

On develop, we are performing the same queries multiple times. It should only be necessary to query once per node in the tree. This gives O(10x) speedup on the NCU reader and scales with graph size. So for example a problematic query that was taking 2 minutes on develop, is now taking a few seconds (Kripke query).

@michaelmckinsey1 michaelmckinsey1 self-assigned this May 13, 2026
@michaelmckinsey1 michaelmckinsey1 requested a review from slabasan May 15, 2026 20:13
@slabasan slabasan merged commit 7b80a56 into llnl:develop May 15, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants