Longbin Lai

Results 6 issues of Longbin Lai

Result: https://yuque.antfin.com/go/doc/173849695 - [x] bi1 - [x] bi2 - [x] bi3 - [x] bi4 - [x] bi5 - [x] bi6 - [x] bi7 - [x] bi8 - [x] bi9 -...

component:gie

Hi, I am trying to run the system via: `mpirun -n 4 toolkits/cc ../datasets/google/graph.bin 875713` However, it does not behave like it is running using 4 threads as I would...

### Acknowledge First of all, thank you for providing such a nice tool for playing with graphs in Rust. We actually leverage PetGraph in one of our projects to store...

S-needs-triage

Now in `interactive_engine/compiler/src/test/java/com/alibaba/graphscope/gremlin/antlr4x/GraphBuilderTest.java`, there are two kinds of test cases. The Algebra case: For example, `RelNode node = eval("g.V().has('name', containing('mar'))")`, as introduced by the `eval()` function. The Expression case: For...

component:gie
stale

The GIE IR layer is re-factored based on Calsite, which has now been used to compile the Cypher language into multiple runtime. However, the compilation of Gremlin is still in...

component:gie

Now we have provided GIE service in Python SDK that supports starting Gremlin-only service using: ``` graphscope.gremlin(g) ``` or ``` graphscope.interactive(g, with_cypher=False) # False is the default option and can...