issues
search
alibaba
/
libgrape-lite
🍇 A C++ library for parallel graph processing (GRAPE) 🍇
https://alibaba.github.io/libgrape-lite/
Apache License 2.0
395
stars
93
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
WIP: Fix several compile errors with GraphScope
#173
siyuan0322
closed
1 month ago
0
A basic implementation of vertex-cut fragment to scale-out on large graphs.
#172
luoxiaojian
closed
1 month ago
1
Implemented Parallel Graph Loading from efile only.
#171
luoxiaojian
closed
2 months ago
0
also install pkhash headers in cmakelists
#170
siyuan0322
closed
2 months ago
0
Fix installation of pthash.
#169
vegetableysm
closed
2 months ago
0
Refactor vertex map, imported pthash.
#168
luoxiaojian
closed
2 months ago
1
fix inconsistent return type in thread pool class
#167
siyuan0322
closed
3 months ago
0
fix: Fix warnings of C++ 17 compiler
#166
siyuan0322
closed
3 months ago
0
[WIP] refactor vertex map
#165
luoxiaojian
closed
2 months ago
0
Adapt to buffer pool to fix the new introduced apps.
#164
luoxiaojian
closed
3 months ago
0
Introduced new apps.
#163
luoxiaojian
closed
3 months ago
0
Integrate pthash to optimize vertex map memory usage.
#162
luoxiaojian
closed
2 months ago
2
Test
#161
AnYi-Sec
closed
5 months ago
1
Add necessary headers and make `get_available_memory` inline
#160
zhanglei1949
closed
5 months ago
0
FIX: Fix a bug in bitset.h
#159
zhanglei1949
closed
7 months ago
1
Add Dockerfile or docker image
#158
WanXiaopei
closed
8 months ago
2
Implemented buffer pool for message manager.
#157
luoxiaojian
closed
11 months ago
1
Fix Bitset's core dump when copying from an empty Bitset
#156
songqing
closed
1 year ago
3
Fix missing assignment operator for Bitset
#155
songqing
closed
1 year ago
1
Fixes the missing of copy ctor for bitset
#154
sighingnow
closed
1 year ago
0
Don't export bins when install libgrape-lite in CMakeLists.txt
#153
sighingnow
closed
1 year ago
0
Where is the implementation of Ingress dynamic graph calculation?
#152
dakeleblack
closed
8 months ago
2
Remove all the submodules introduced by GPU features.
#151
mengke-mk
closed
1 year ago
0
Use getter method of nbr to be consistent of projected fragment
#150
siyuan0322
closed
1 year ago
1
Fix resize bug and add move constructor for Bitset
#149
zhanglei1949
closed
1 year ago
1
Fixes the duplicate symbol error when util.h is included in different compliation units
#148
sighingnow
closed
1 year ago
1
Fix compatibility issue for CUDA 12.0.
#147
mengke-mk
closed
1 year ago
1
Import SIMD set intersection and sort to optimize LCC and CDLP.
#146
luoxiaojian
closed
1 year ago
1
Tuning parameters for GPU-based applications.
#145
mengke-mk
closed
1 year ago
0
Improve performance of GPU-based applications.
#144
mengke-mk
closed
1 year ago
0
Tuning the message block size.
#143
luoxiaojian
closed
1 year ago
1
Improve performance for examples.
#142
luoxiaojian
closed
1 year ago
1
Fixes the behaviour of gcontainer's __destruct_at_end.
#141
sighingnow
closed
1 year ago
1
Improve performance for examples.
#140
luoxiaojian
closed
1 year ago
1
Sort headers to follow the 'system-std-dependency-self' order
#139
sighingnow
closed
1 year ago
1
Leave a find_package_message and fixes the VERSION in cmake modules
#138
sighingnow
closed
1 year ago
0
Correct the operator++(int) and operator--(int) behavior in VertexRange class
#137
lidongze0629
closed
1 year ago
1
Fix overflow of MPI_Isend()'s data size
#136
songqing
closed
1 year ago
0
Add a cmake option to opt-out test cases from ALL.
#135
sighingnow
closed
1 year ago
1
Small fix of vertex map
#134
songqing
closed
1 year ago
2
Configure the selection of string-view to match with apache-arrow.
#133
sighingnow
closed
1 year ago
1
Integrate grin with immutable_edgecut_fragment
#132
andydiwenzhu
closed
1 year ago
2
Fix a bug where producer->flush() is only called once in KafkaProducer
#131
doudoubobo
closed
1 year ago
1
Fix dangling pointer warning under g++ 12.2.0
#130
siyuan0322
closed
1 year ago
1
Ensure the message manager been "finalized" even there's exception during query.
#129
sighingnow
closed
2 years ago
1
Fixes the CDLP algorithm for std::string OIDs.
#128
sighingnow
closed
2 years ago
0
Fixes: The begin value of vertex range in graphscope project fragmet is not always 0
#127
lidongze0629
closed
2 years ago
0
Default to use OID as component id in WCC algorithm
#126
lidongze0629
closed
2 years ago
1
[Fix bug] Fix the 'const class std::basic_string_view<char>' has no member named 'to_string' error in C++17.
#125
mengke-mk
closed
2 years ago
1
Add `SendToFragment` for parallel message manager
#124
zhanglei1949
closed
2 years ago
1
Next