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

Change C++ code from armadillo to blaze #2

Open
thomvolker opened this issue May 30, 2023 · 0 comments
Open

Change C++ code from armadillo to blaze #2

thomvolker opened this issue May 30, 2023 · 0 comments

Comments

@thomvolker
Copy link
Owner

Even though armadillo yields a massive speed-up compared to base R, it is still relatively slow compared to other C++ libraries. To further speed-up the density ratio code, we can change the C++ code from armadillo to Eigen, blaze or fastor, see the following link: https://romanpoya.medium.com/a-look-at-the-performance-of-expression-templates-in-c-eigen-vs-blaze-vs-fastor-vs-armadillo-vs-2474ed38d982

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

1 participant