Skip to content

Commit 31a1b62

Browse files
committed
Add link to ldlasb2 and its benchmarks writeup
1 parent 6853963 commit 31a1b62

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-09-11 Dirk Eddelbuettel <[email protected]>
2+
3+
* README.md: Link to ldlasb2 repo and its 'benchmarks' writeup
4+
15
2025-09-10 Dirk Eddelbuettel <[email protected]>
26

37
* inst/skeleton/Makevars (PKG_CXXFLAGS): Remove outdated comments

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ C++17](https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Portable-C-and
7676
since version 4.3.0. See [GitHub issue #475](https://github.com/RcppCore/RcppArmadillo/issues/475)
7777
for more about choosing between 'legacy' Armadillo 14.6.3 or 'current' Armadillo 15.0.1 or later.
7878
79+
Performance is excellent, and on par or exceeding another package claiming otherwise. See [this
80+
post][benchmark] and its [repo][ldlasb2] for a detailed debunking of that claim.
81+
7982
### Documentation
8083
8184
The package contains a pdf vignette which is a pre-print of the
@@ -110,3 +113,5 @@ GPL (>= 2)
110113
[rcpp]: https://www.rcpp.org
111114
[cran]: https://cran.r-project.org
112115
[cran pkg]: https://cran.r-project.org/package=RcppArmadillo
116+
[benchmark]: https://eddelbuettel.github.io/ldlasb2/benchmarks.html
117+
[ldlasb2]: https://github.com/eddelbuettel/ldlasb2

0 commit comments

Comments
 (0)