Skip to content

Feature request: RVector and RMatrix types like RcppParallel with examples #73

Closed
@rorynolan

Description

@rorynolan

I love the package and am thinking of switching my package detrendr to use it rather than RcppParallel but the parallel-safe types RVector and RMatrix that it provides are handy so I'm not going to. RcppThread is also missing parallelReduce.

I know I could probably import both but I don't want to do that; would be great to drop the TBB dependency that comes with RcppParallel. That package already has extensive docs which make it nicer to use also. I could help a little with the docs but I'm not qualified to add RVector and RMatrix.

I prefer RcppThread because the amount of boilerplate needed to use it is a lot less.

Even if you don't have time to help with this, congrats on a really cool package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions