Skip to content

Commit 4c7b352

Browse files
committed
attempt at writing sketch column class
1 parent e9990d3 commit 4c7b352

File tree

10 files changed

+281
-140483
lines changed

10 files changed

+281
-140483
lines changed

CMakeLists.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ else()
5252
message (STATUS "GraphZeppelin building executables")
5353
endif()
5454

55+
FetchContent_Declare(
56+
hwy
57+
58+
GIT_REPOSITORY https://github.com/google/highway.git
59+
GIT_TAG 1.2.0
60+
)
5561

5662
# Get GutterTree Project
5763
FetchContent_Declare(
@@ -69,12 +75,6 @@ FetchContent_Declare(
6975
GIT_TAG main
7076
)
7177

72-
FetchContent_Declare(
73-
hwy
74-
75-
GIT_REPOSITORY https://github.com/google/highway.git
76-
GIT_TAG 1.2.0
77-
)
7878

7979
set(HWY_ENABLE_EXAMPLES OFF CACHE INTERNAL "Disable highway examples")
8080
set(HWY_ENABLE_TESTS OFF CACHE INTERNAL "Disable highway tests")
@@ -179,4 +179,3 @@ if (BUILD_BENCH)
179179
add_dependencies(bench_cc GraphZeppelin benchmark)
180180
target_link_libraries(bench_cc GraphZeppelin benchmark::benchmark xxhash)
181181
endif()
182-

include/out_sketch.txt

-4.61 KB
Binary file not shown.

include/out_sketch_comp.txt

-3.38 KB
Binary file not shown.

0 commit comments

Comments
 (0)