Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zarat authored Nov 30, 2024
1 parent 53963ef commit 7740d1e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,12 @@ var t = new Test("Hello world");

t.Show();
```

Jail wurde besonders auf Effizienz optimiert. In Performance-Tests hat sich gezeigt, dass Jail nur 1.5-mal langsamer als C ist, was beeindruckend schnell ist.

* Python (10–50 Mal langsamer als C)
* JavaScript (10–50 Mal langsamer als C)
* Ruby (20–100 Mal langsamer als C)
* PHP (10–50 Mal langsamer als C)

Im Vergleich zu C, das für seine hohe Ausführungsgeschwindigkeit bekannt ist, bietet Jail somit eine bemerkenswert schnelle Leistung und eignet sich hervorragend für rechenintensive Aufgaben.

0 comments on commit 7740d1e

Please sign in to comment.