Skip to content
New issue

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

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

Already on GitHub? # to your account

Easily copy/clone a khash hash table #155

Open
jhelsas opened this issue Aug 20, 2021 · 0 comments
Open

Easily copy/clone a khash hash table #155

jhelsas opened this issue Aug 20, 2021 · 0 comments

Comments

@jhelsas
Copy link

jhelsas commented Aug 20, 2021

Dear mantainer(s) of klib,

First, I would like to thank for providing such convenient library overall.
I am using the khash header to implement a fast hash table in my code, to accelerate fast neighbour search.
I am paralelizing a section of this code using openMP, and it would be incredibly convenient to be able to copy a pair of hash tables I have created in the serial part of the code into private variables of each thread, but I couldn't find any way to do so.
Do you have any suggestions on how to approach this issue?

best regards,

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

No branches or pull requests

1 participant