From 4683aa9ae0885751bc909858f56bcb5f03ac9b69 Mon Sep 17 00:00:00 2001 From: PHO Date: Sat, 22 Jul 2023 17:09:19 +0900 Subject: [PATCH] Update NEWS.md --- NEWS.md | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 86c1877..db1062f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ # Release notes -## 0.1 -- not released yet +## 0.1 -- 2023-07-22 * Initial release. diff --git a/README.md b/README.md index 0e10b3c..21683d4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ [pkg_rolling-replace](https://pkgsrc.se/pkgtools/pkg_rolling-replace) respectively. These are functionally compatible but run faster: -* `pkgrrxx -u` runs 2.96x faster than `pkg_rolling-replace -u`. +* `pkgrrxx -u` runs roughly N times faster than `pkg_rolling-replace -u` + where N is the number of CPUs you have. * `pkgrrxx -sn` runs 14.8x faster than `pkg_rolling-replace -sn`. * `pkgchkxx -aur -b` runs 11x faster than `pkg_chk -aur -b` when [pkg_summary(5)](https://man.netbsd.org/pkg_summary.5) file is available.