issues
search
mpetri
/
recursive_graph_bisection
This program implements the following graph reordering technique: Laxman Dhulipala, Igor Kabiljo, Brian Karrer, Giuseppe Ottaviano, Sergey Pupyrev, Alon Shalita: Compressing Graphs and Indexes with Recursive Graph Bisection. KDD 2016: 1535-1544
BSD 3-Clause "New" or "Revised" License
10
stars
5
forks
source link
Added more SIMD
#17
Closed
amallia
closed
6 years ago
amallia
commented
6 years ago
Added more SIMD instructions for:
swap degrees
compute degrees (single document parallelism)
JMMackenzie
commented
6 years ago
Validated.
Added more SIMD instructions for: