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
fix: correct misleading comments and cache role UPDATE stmts (#606)
- Fix misleading "single nodeIdMap pass" comment in insertChildrenAndEdges
(actually two passes: one before and one after batchInsertNodes)
- Cache role UPDATE prepared statements per chunk size in classifyNodeRoles,
consistent with WeakMap-based caching pattern used in helpers.ts
Impact: 2 functions changed, 4 affected
0 commit comments