LearnNewsExamplesServices
Frontmatter
id9682
titleNative Edge Graph: Traversal Query Engine & Aggregations
stateClosed
labels
enhancementai
assigneestobiu
createdAtApr 4, 2026, 3:42 AM
updatedAtApr 4, 2026, 4:01 AM
githubUrlhttps://github.com/neomjs/neo/issues/9682
authortobiu
commentsCount1
parentIssue9673
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 4, 2026, 3:58 AM

Native Edge Graph: Traversal Query Engine & Aggregations

Closedenhancementai
tobiu
tobiu commented on Apr 4, 2026, 3:42 AM

Native Edge Graph: Traversal Query Engine & Aggregations

This Epic introduces a fully functional stateless Traversal Query Engine scaling N-hop path lookups and optimal routing for Neo's memory core Graph Database.

Features Implemented

  • Functional Architecture: Neo.ai.graph.queries.Traversal.mjs implements a purely functional getPaths & findShortestPath design without massive Neo.core.Base class overheads natively scaling iteration logic dynamically.
  • Predicated Halt Routing: Expanded traversal engines directly parsing matchPredicate and stopPredicate lambda mappings bounding Graph paths avoiding looping matrices safely.
  • Min-Heap Dijkstra Paths: Fully structured topological bounds mapped using customizable weightFunction edge arrays natively avoiding excessive looping allocations cleanly rendering optimal routes natively.
tobiu added the epic label on Apr 4, 2026, 3:42 AM
tobiu added the ai label on Apr 4, 2026, 3:42 AM
tobiu added parent issue #9673 on Apr 4, 2026, 3:42 AM
tobiu assigned to @tobiu on Apr 4, 2026, 3:47 AM
tobiu referenced in commit 6cdce97 - "feat: Implement Functional Native Edge Traversal Query Engine & Dijkstra (#9682)" on Apr 4, 2026, 3:58 AM
tobiu
tobiu Apr 4, 2026, 3:58 AM

Implemented full functional Native Edge Traversal Engine (#9682) providing stateless Dijkstra routing paths properly bounded by lambda-predicate evaluations inside tight recursive loops safely cleanly avoiding Neo.core.Base overheads.

tobiu closed this issue on Apr 4, 2026, 3:58 AM
tobiu removed the epic label on Apr 4, 2026, 4:01 AM
tobiu added the enhancement label on Apr 4, 2026, 4:01 AM