Skip to content

Commit

Permalink
Improve parallel kcore
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed Jan 9, 2025
1 parent 6e4cad2 commit 69ea6f9
Show file tree
Hide file tree
Showing 9 changed files with 387 additions and 384 deletions.
2 changes: 1 addition & 1 deletion src/function/gds/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ add_library(kuzu_function_algorithm
output_writer.cpp
variable_length_path.cpp
weakly_connected_components.cpp
K_Core_Decomposition.cpp)
k_core_decomposition.cpp)

set(ALL_OBJECT_FILES
${ALL_OBJECT_FILES} $<TARGET_OBJECTS:kuzu_function_algorithm>
Expand Down
333 changes: 0 additions & 333 deletions src/function/gds/K_Core_Decomposition.cpp

This file was deleted.

Loading

0 comments on commit 69ea6f9

Please sign in to comment.