Skip to content

Commit 8bba262

Browse files
committed
Add SLmetrics, retire MonetDB.R, roll date (closes #15)
1 parent 1860b35 commit 8bba262

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

HighPerformanceComputing.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: HighPerformanceComputing
33
topic: High-Performance and Parallel Computing with R
44
maintainer: Dirk Eddelbuettel
55
6-
version: 2025-01-15
6+
version: 2025-04-22
77
source: https://github.com/cran-task-views/HighPerformanceComputing/
88
---
99

@@ -232,6 +232,7 @@ functions are planned for later R releases.
232232
models in parallel (for the algorithm `"saem"`).
233233
- The `r pkg("parabar")` package implements a progress bar for parallel applications; the
234234
`r pkg("doParabar")` package builds on this with a `foreach` parallel adapter for `parabar` backends.
235+
- The `r pkg("SLmetrics")` package is a C++17/Armadillo implementation of 40+ classification, regression, clustering and time‑series metrics; vectorised pointer‑level loops and optional OpenMP parallelism deliver fast, low‑memory scoring of very large prediction arrays.
235236

236237
### Parallel computing: GPUs
237238

@@ -269,8 +270,6 @@ functions are planned for later R releases.
269270
- A large number of database packages, and database-alike packages (such as `r pkg("sqldf")` by
270271
Grothendieck and `r pkg("data.table")` by Dowle) are also of potential interest but not reviewed
271272
here.
272-
- The `r pkg("MonetDB.R")` package allows R to access the MonetDB column-oriented, open source
273-
database system as a backend.
274273
- The `r pkg("LaF")` package provides methods for fast access to large ASCII files in csv or
275274
fixed-width format.
276275
- The `r pkg("bigstatsr")` package also operates on file-backed large matrices via memory-mapped

0 commit comments

Comments
 (0)