Skip to content

Commit

Permalink
adding ART
Browse files Browse the repository at this point in the history
  • Loading branch information
JslYoon committed Sep 23, 2024
1 parent 54e3b27 commit 5c3110a
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 1,065 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,5 @@ cmake-build-debug/
src/bliss/.idea/

db_working_home

.DS_Store
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ add_library(bliss OBJECT
${CMAKE_SOURCE_DIR}/src/bliss/bliss_index.h
${CMAKE_SOURCE_DIR}/src/bliss/bench_lipp.h
${CMAKE_SOURCE_DIR}/src/bliss/bench_alex.h
${CMAKE_SOURCE_DIR}/src/bliss/bench_rax.h
${CMAKE_SOURCE_DIR}/src/bliss/bench_btree.h
${CMAKE_SOURCE_DIR}/src/bliss/bench_ART.h
)

target_compile_features(bliss PUBLIC
Expand All @@ -58,7 +58,7 @@ target_link_libraries(bliss PUBLIC
alex
lipp
tlx
rax
art
)

target_include_directories(bliss PUBLIC
Expand Down
Loading

0 comments on commit 5c3110a

Please sign in to comment.