Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Sep 27, 2024
1 parent 7e77113 commit d528faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Relative and absolute tolerance: $1.0^{-6}$. CPU: Ryzen 9 7950X.
|swinging tether, 5 segments (5) | 105 | 150 | 2.9 | 47 |
|Dyneema tether, reeling out (6) | 121 | 160 | 4.3 | 9300 |
|ditto with callbacks (6c) | 167 | | 4.3 | |
|Dyneema, reeling out with drag (7) | 175 | | 3.3 | |
|Dyneema, reeling out with drag (7) | 169 | | 3.3 | |

**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.

Expand Down

0 comments on commit d528faf

Please sign in to comment.