From 48adae3b6936e6a94011431541ea8e4059719d54 Mon Sep 17 00:00:00 2001 From: "Matthew L. Fidler" Date: Fri, 1 Dec 2023 17:26:13 -0600 Subject: [PATCH] Add note about speed --- man-roxygen/rmdhunks/speed.Rmdh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/man-roxygen/rmdhunks/speed.Rmdh b/man-roxygen/rmdhunks/speed.Rmdh index c51742540..20f879fe7 100644 --- a/man-roxygen/rmdhunks/speed.Rmdh +++ b/man-roxygen/rmdhunks/speed.Rmdh @@ -345,8 +345,14 @@ Note compiler settings can be tricky and if you setup your system wide `ccache` the compile may not be produced with the same options since it was cached with the other options. -Anyhow, there is some minimal speed improvement by adding this compile -option. +For example, on the github runner (which generates this page), there +is no advantage to the `"fast"` compile. However, on my development +laptop there is [some minimal speed +increase](https://github.com/nlmixr2/rxode2/issues/583#issuecomment-1834468627). +You should probably check before using this yourself. + +This is disabled by default since there is only minimum increase in +speed. # A real life example