From 1659529aa7fe9b40f2690dc64e5968eb2b1df919 Mon Sep 17 00:00:00 2001 From: Ramy <69460661+rhpo@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:48:53 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b10f496..b6d50f9 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Relation between the runtime of Luna $(t_{l})$ and the runtime of Python $(t_{p} Like so: $t_{p}(t_{l}) = \Delta_{l,p} * t_{l}$ -Luna has a max of recursive function call of $n = 2428 \pm \Delta R, \ \ \Delta R \in \mathbb{Z}, \ \ |\Delta R| \approx 50$ OR $(11\%)$ of the max recursive call of JS (the motherlang). +Luna has a max of recursive function call of $n = 2428 \pm \Delta R, \ \ \Delta R \in \mathbb{Z}, \ \ |\Delta R| \approx 50$ OR $(\frac{11}{100})$ of the max recursive call of JS (the motherlang). **UPDATE** 🔥: When **Compiled**, **Luna** gets **20x faster** than *Python* ⚡!