corredted v1 results, v2 using hint for seach and last insert index cache as hint

This commit is contained in:
2022-12-22 23:51:59 +01:00
parent 72d00f759d
commit 47f406b786
8 changed files with 860 additions and 4 deletions

View File

@@ -24,3 +24,14 @@ target_link_libraries(crdt_bench_jpaper_v1 PUBLIC
nlohmann_json::nlohmann_json
)
########################################
add_executable(crdt_bench_jpaper_v2
./v2_jpaper.cpp
)
target_link_libraries(crdt_bench_jpaper_v2 PUBLIC
crdt_version2
nlohmann_json::nlohmann_json
)