Skip to content

Commit 7c89432

Browse files
authored
Update README.md
1 parent a1b1eef commit 7c89432

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Language Comparison: Python vs Mojo
22

3-
Hey there! I am new to both Python and Mojo languages. In this repository, I went on a mission to explore and compare these two languages from scratch, knowing only the basics of programming (started with c++)
3+
Hey there! I am new to both Python and Mojo languages. In this repository, I went on a mission to explore and compare these two languages from scratch, knowing only the basics of programming (started with C++). It contains a comparison of both the languages, from the perspective of a newbie.
4+
5+
> I would love if people can verify whether or not my benchmarking is correct. If you can, please send an Issue or Pull Request with any changes and I'd be glad to re-run your request.
46
57
## Programs
68

@@ -26,7 +28,7 @@ Hey there! I am new to both Python and Mojo languages. In this repository, I wen
2628

2729
## Benchmarking and Testing
2830

29-
The performance of both languages was benchmarked using Hyperfine. Programs were tested and outputs were compared to see which one of them was faster
31+
The performance of both languages was benchmarked using [Hyperfine](https://github.com/sharkdp/hyperfine). Programs were tested and outputs were compared to see which one of them was faster.
3032

3133
## Results
3234
For all the codes, Python ran significantly faster than Mojo and beat Mojo, in speed, by a huge margin

0 commit comments

Comments
 (0)