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

patchkernel: allow to enable thread safe lookups of skdtree #210

Merged
merged 1 commit into from
Jul 20, 2021

Conversation

edoardolombardi
Copy link
Member

Modify skd-tree to enable thread safe lookups.

If thread safe lookup is enabled, temporary data structures are allocated at each searching call and used in place of the stack members of the class.

@andrea-iob andrea-iob force-pushed the surface.skdtree.modify.use.stack.structures branch from 7ec5002 to 46d6edf Compare July 20, 2021 16:25
@andrea-iob andrea-iob merged commit 94b05c9 into master Jul 20, 2021
@andrea-iob andrea-iob deleted the surface.skdtree.modify.use.stack.structures branch July 20, 2021 16:26
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

Successfully merging this pull request may close these issues.

2 participants