Skip to content

Commit

Permalink
Add note about speed
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Dec 1, 2023
1 parent f7f352d commit 48adae3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions man-roxygen/rmdhunks/speed.Rmdh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 48adae3

Please sign in to comment.