Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Features] Integrating ART #29

Closed
wants to merge 12 commits into from
Closed

Conversation

JslYoon
Copy link
Contributor

@JslYoon JslYoon commented Sep 23, 2024

Adding ART index for Bliss benchmark

@ephoris
Copy link
Collaborator

ephoris commented Sep 23, 2024

Can you add back the example.data you deleted in this PR?

@JslYoon
Copy link
Contributor Author

JslYoon commented Sep 23, 2024

Can you add back the example.data you deleted in this PR?

Just added back!

@ramananeesh ramananeesh added the enhancement New feature or request label Sep 23, 2024
@ramananeesh ramananeesh linked an issue Sep 23, 2024 that may be closed by this pull request
Copy link
Collaborator

@ramananeesh ramananeesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please review the comments and fix where applicable

CMakeLists.txt Outdated Show resolved Hide resolved
external/CMakeLists.txt Show resolved Hide resolved
script/bench.py Outdated Show resolved Hide resolved
script/infra/pybliss.py Outdated Show resolved Hide resolved
src/bliss/bench_ART.h Outdated Show resolved Hide resolved
src/bliss/bench_ART.h Outdated Show resolved Hide resolved
src/bliss_bench.cpp Outdated Show resolved Hide resolved
src/bliss_bench.cpp Outdated Show resolved Hide resolved
src/bliss_bench.cpp Outdated Show resolved Hide resolved
src/bliss_bench.cpp Outdated Show resolved Hide resolved
src/bliss/bench_ART.h Outdated Show resolved Hide resolved
ART::loadKey(key, ARTkey);

uint8_t depth = 0;
ART::insert(_index, &_index, ARTkey, depth, value, KEY_SIZE);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JslYoon why is this trying to insert value with size equivalent to KEY_SIZE? Remember KEY_SIZE != VALUE_SIZE always, it just so happens to be the case for our current set of experiments!

@JslYoon JslYoon removed their assignment Sep 26, 2024
@ramananeesh ramananeesh changed the title Features/art [Features] Integrating ART Sep 26, 2024
JslYoon and others added 7 commits September 26, 2024 15:11
* [Refactor] moved util code to separate header files

* [FEAT] added unit tests

* Added detailed instructions on integrating new index to readme

* minor refactor to define

* minor refactor to header defs
* Create cmake-single-platform.yml for Github actions workflow

* Update cmake-single-platform.yml

* added a verifier to check if unit tests exist

* minor edit

* minor edit
Copy link
Collaborator

@ephoris ephoris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@ramananeesh
Copy link
Collaborator

I am closing this PR - will be creating a new one for this...

@ramananeesh ramananeesh closed this Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate ART to BLISS
3 participants