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

standalone C++ API for lock-free concurrent hashmap? #184

Open
colin-heberling opened this issue Jan 26, 2022 · 2 comments
Open

standalone C++ API for lock-free concurrent hashmap? #184

colin-heberling opened this issue Jan 26, 2022 · 2 comments

Comments

@colin-heberling
Copy link

Hi,

I'd like to use just the multithreaded hashmap implementation from jellyfish in a C++ application, as well as the key encoding, if that's separate. Is this available anywhere? One line from the publication seemed to indicate that it was, but I don't see anything obvious here.

Thanks!

@gmarcais
Copy link
Owner

gmarcais commented Feb 1, 2022

Hi colin,

Jellyfish does have a library that you can use independently of the executable itself. It comes with a lot more things than just the hash though, but it should work. When you compile and install jellyfish, it should install the header files and the shared library as well.

Extracting the hashmap as a self-contained small number of header files would be nice indeed.

@colin-heberling
Copy link
Author

colin-heberling commented Feb 1, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants