You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(provenant): optimize database queries and BFS traversal
- Replace findContradiction full table scan with SQL WHERE + LIKE prefix
- Replace findQueueItem full table scan with SQL WHERE + LIKE prefix
- Fix BFS queue.shift() O(n²) with index-based iteration O(n)
0 commit comments