From a9427a09abdf7ce9aaeae7c7190f90c8f2e5ef52 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 15 Feb 2021 14:08:13 +0100 Subject: Improve README, introductory vignette and some other docs Also bump version to 1.0.3. --- docs/articles/web_only/compiled_models.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/articles/web_only/compiled_models.html') diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html index e45655b6..ce8d8481 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -31,7 +31,7 @@ mkin - 1.0.0 + 1.0.3 @@ -94,13 +94,13 @@ -
+
##                    test replications relative elapsed
 ## 4            analytical            1    1.000   0.181
-## 3     deSolve, compiled            1    1.818   0.329
-## 2      Eigenvalue based            1    2.061   0.373
-## 1 deSolve, not compiled            1   43.923   7.950
+## 3 deSolve, compiled 1 1.812 0.328 +## 2 Eigenvalue based 1 2.088 0.378 +## 1 deSolve, not compiled 1 45.923 8.312

We see that using the compiled model is by more than a factor of 10 faster than using deSolve without compiled code.

@@ -188,13 +188,13 @@ }
## Temporary DLL for differentials generated and loaded
##                    test replications relative elapsed
-## 2     deSolve, compiled            1    1.000   0.474
-## 1 deSolve, not compiled            1   30.179  14.305
-

Here we get a performance benefit of a factor of 30 using the version of the differential equation model compiled from C code!

-

This vignette was built with mkin 1.0.0 on

+## 2 deSolve, compiled 1 1.000 0.486 +## 1 deSolve, not compiled 1 31.597 15.356 +

Here we get a performance benefit of a factor of 32 using the version of the differential equation model compiled from C code!

+

This vignette was built with mkin 1.0.3 on

## R version 4.0.3 (2020-10-10)
 ## Platform: x86_64-pc-linux-gnu (64-bit)
-## Running under: Debian GNU/Linux 10 (buster)
+## Running under: Debian GNU/Linux bullseye/sid
## CPU model: AMD Ryzen 7 1700 Eight-Core Processor
-- cgit v1.2.1