Skip to content

Commit

Permalink
Clarify perf.md: Jou isn't faster than C/C++/Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Dec 3, 2023
1 parent 3337f75 commit 4454949
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/perf.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Performance and optimizations

Because Jou uses [LLVM](https://llvm.org/),
it is about as fast as languages like C, C++ or Rust,
and much faster than interpreted languages like Python.
You can also enable optimizations to make your Jou code run faster.
it is faster than interpreted languages like Python,
and you can enable optimizations to make your Jou code run faster.
Jou is about as fast as C, C++ or Rust.

To see this, let's write a simple but slow program in Python, C and Jou.

Expand Down

0 comments on commit 4454949

Please sign in to comment.