improve performance for integers

This commit is contained in:
William Bell
2025-08-30 03:29:02 +01:00
parent 4fc28d3b76
commit 4f91bf48f3
16 changed files with 456 additions and 187 deletions

7
app.py
View File

@@ -1,4 +1,3 @@
def f():
return f()
f()
i = 1000000
while i:
i=i-1