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

Include parallel-safe types from RcppParallel #74

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rorynolan
Copy link

I would love for RcppThread to have the parallel-safe wrappers that RcppParallel has. I prefer RcppThread because of the lack of need for TBB.

@kevinushey, is it OK with you to include this code in RcppThread even though it's MIT and RcppParallel is GPL?

If it is, I'll write some docs for RcppThread to mention the inclusion but I don't want to put too much work into this unless there's a green light from the people I'm taking the main code from.

Closes #73.

@kevinushey
Copy link

IANAL, but while this would be okay with me, I believe this would require sign-off from all authors on the RcppParallel repository.

@rorynolan
Copy link
Author

Here goes: @romainfrancois @gregvdb @jjallaire

@romainfrancois
Copy link

I don't mind

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.

Feature request: RVector and RMatrix types like RcppParallel with examples
3 participants