Performance refactor: faster reasoning/grounding and bounded abduction #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/perf-refactor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR focuses on performance and stability improvements across reasoning, grounding, and abduction. The biggest wins come from a new worklist/status-table reasoning path, faster grounding with indexing and delta chaining, and abduction changes that avoid worst‑case blowups. It also adds max‑solution limits and improves deduplication to keep search bounded.
Key Changes
allocations.
Benchmarks (from ABDUCTION_PERF_REPORT.md)
Tests
Notes