Skip to content

Commit

Permalink
Faster Python - 14th version
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed May 21, 2024
1 parent 2cac4cc commit 7e2f8c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/faster_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,16 @@ def function():

---

## Comparisons

* Mandelbrot set computation
- nested loops
- conditions
- heavy floating point operations
- lists (arrays) access too

---

## Benchmarks (1/2)

* native: ANSI C variant (no Python)
Expand Down

0 comments on commit 7e2f8c9

Please sign in to comment.