From 9e0fcefcdbc12bf6478bc77de6f7f0c948a5be3b Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Fri, 27 Sep 2024 05:39:36 +0200 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b08745..1b9f03c 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Relative and absolute tolerance: $1.0^{-6}$. CPU: Ryzen 9 7950X. **Tradeoff Julia vs Python:** In Julia, the code is compiled before it is executed, which can cause about one to 10 seconds delay when running a simulation the first time, but speeds up the execution a lot afterward. In addition, Julia can run fully multithreaded, Python cannot make use of multiple CPU cores with multithreading because of the global interpreter lock. Furthermore, the IDA solver is hardly capable of handling a simulation with the very stiff -Dyneema tether. The Julia solvers achieve more than 2000 times the performance. +Dyneema tether. The Julia solvers achieve more than 5000 times the performance. See also: [Why Julia?](https://ufechner7.github.io/2022/08/13/why-julia.html) and read the [documentation](https://ufechner7.github.io/Tethers.jl/dev/) or go straight to the [examples](https://ufechner7.github.io/Tethers.jl/dev/examples/).