Roi Lipman

Results 47 issues of Roi Lipman

temporary branch testing the new GraphBLAS 7.3 version

As we're required to hold the GIL while we populate our graph, there's no need to offload this work to a dedicated thread. this PR should be accompanied by a...

Support bi-directional path pattern in `shortestPath` ``` MATCH (b:Person {name:'Kevin Bacon'}), (t:Person {name:'Tom Cruise'}) RETURN shortestPath((t)-[*]-(b)) ``` TODOs: - [ ] add tests - [ ] address `TODO` (line 198...

enhancement
cypher

`CALL algo.shortestPath(startNode, endNode, weightProperty, relationshipQuery, defaultValue)` There are a number of TODOs left: handle multiple edges between `a` and `b`. The Bellman-Ford implementation is a bit different than the one...

enhancement
2d

Compute similarity between nodes, similarity(n1,n2) = # direct shared neighbours / out-degree(n1) + out-degree(n2) - intersection

enhancement

From old conversations with Tim, I've been told that when performing A *B where each row of A has a single value, (A is being used to pick out rows...

enhancement

https://neo4j.com/docs/cypher-manual/current/execution-plans/operators/#query-plan-node-hash-join

enhancement
cypher
no-pr-activity