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

thread safety #9

Closed
ekg opened this issue Aug 31, 2015 · 3 comments
Closed

thread safety #9

ekg opened this issue Aug 31, 2015 · 3 comments

Comments

@ekg
Copy link
Contributor

ekg commented Aug 31, 2015

Via xg/vg integration, I've noticed that some features of sdsl-lite are not thread safe (at least this is referred to in sdsl-lite issues). Is GCSA2 thread safe? In scaling up mapping we need to run with multiple threads.

@jltsiren
Copy link
Owner

It should be thread safe, but I may have missed something. GCSA::verifyIndex() queries the index with multiple threads, so if some problems remain, they should be rare.

@ekg
Copy link
Contributor Author

ekg commented Aug 31, 2015

I did run into some thread safety issues. I just put a PR in to resolve them in sdsl-lite simongog/sdsl-lite#264.

@ekg
Copy link
Contributor Author

ekg commented Aug 31, 2015

Sorry, these are for xg, not gcsa2.

@ekg ekg closed this as completed Sep 22, 2015
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