libgrape-lite icon indicating copy to clipboard operation
libgrape-lite copied to clipboard

πŸ‡ A C++ library for parallel graph processing (GRAPE) πŸ‡

Results 12 libgrape-lite issues
Sort by recently updated
recently updated
newest added

**Do you have questions or need support? Please describe.** I run the libgrapelite on A100 with datasets graph500-26 using BFS, the results are as follow: - load graph: 1080.76 sec...

performance

Since mutable csr is ready, we can use mutable csr to implement `AppendOnlyEdgecutFragment`.

enhancement

**Is your feature request related to a problem? Please describe.** When multiple worker processes are started on the same host (e.g., for auto workers), global vertex maps of fragments will...

enhancement

Which framework does Grape use for distributed computing? Does it support encryption, if not, hwo can we implement encryption or use other rpc framework like grpc?

question

It is difficult to compile the codes successfully without Dockerfile or docker image, such as incompatible version of gflags, glog and nccl, so, can you provide it?

Where is the implementation of Ingress dynamic graph calculation?

- Import perfect hash support from: https://github.com/jermp/pthash

## What do these changes do? As tittled. Example: test.cc ``` #include #include #include #include #include "grape/utils/pthash_utils/single_phf_view.h" using namespace grape; int main() { return 0; } ``` CMakelists.txt ``` cmake_minimum_required(VERSION...

## What do these changes do? When test PageRankLocal with small data, run_app crashed, the vector recv_reqs_ is out-of-ranged ## Related issue number