Thursday, January 25, 2024

Mojo Vs Rust, Basic Test And Binary Perspective.

Hello, In first place I'm not going to do an algorithmic benchmark, just a simple loop + print test and some checks on the generated binaries.

The system is a Debian12 Linux and the architecture is: x86 64bits.



Rust

Mojo


Mojo don't allow .py extension it has to be .mojo so no default nvim highlighting ...


$ mojo build mojo_benchmark.mojo

$ time ./mojo_benchmark

...

real 0m0.342s

user 0m0.080s

sys 0m0.252s



$ rustc rust_benchmark.rs

$ time ./rust_benchmark

...

real 0m0.107s

user 0m0.012s

sys 0m0.049s


I noticed a speed increase using fish shell instead of bash but could be the environment variable stack overload.


So in this specific test rust is much faster. And also the compiler suggests using _ instead i, that mojo compiler doesn't.

The rust binary is bigger, but is because the allocator is embedded:

-rwxr-xr-x 1 sha0 sha0 1063352 Jan 10 08:55 mojo_benchmark

-rwxr-xr-x 1 sha0 sha0 4632872 Jan 10 08:57 rust_benchmark


But Look this, mojo uses libstdc++ and libc  and rust only uses libc.

$ ldd -d mojo_benchmark

linux-vdso.so.1 (0x00007ffd94917000)

libtinfo.so.6 => /lib/x86_64-linux-gnu/libtinfo.so.6 (0x00007fe899cb1000)

libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fe899a00000)

libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fe899921000)

libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fe899c91000)

libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe899740000)

/lib64/ld-linux-x86-64.so.2 (0x00007fe899d2c000)


$ ldd -d rust_benchmark

linux-vdso.so.1 (0x00007ffde67b7000)

libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f8b3881b000)

libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8b3863a000)

/lib64/ld-linux-x86-64.so.2 (0x00007f8b388ae000)



Lets check the binary.
All the python non used built-ins are written to the binary, so does rust in this case.

mojo

rust




Steps until libc write:

Mojo



Rust


Ok wait, rustc like cargo by default is on debug-mode which is the slower version, the way to do cargo --release which is much faster is  rustc -O rust_benchmark.rs

real 0m0.107s
user 0m0.005s
sys 0m0.056s


This simple program don't make profit of the optimizations.


Rust


We reduced from 30 calls to 27.
I'm not going to criticize the number of calls because rust does his magic and result faster.

Mojo only 7 calls but runtime seems slower.

Regarding memory operations, seems that is rust like compiler-time borrow checked.

https://docs.modular.com/mojo/programming-manual.html#behavior-of-destructors


Rust decompiled


Rust disassembled





Mojo decompiled





Mojo disassembled



So we have two things: the crafted assembly speed, and specially the runtime speed.

Looking the Rust assembly, it's writing the string pointer to stack on every iteration which is same pointer in every iteration.

However Mojo loop is more optimized, param and address to call are pre-calculated before the loop.


So Mojo is generating optimized code, but its c++ API seems slower, at least the print() 

Regards.


















More articles
  1. Pentest Tools
  2. Pentest Tools Review
  3. Pentest Tools
  4. Hack Tools
  5. Pentest Automation Tools
  6. Pentest Tools
  7. Hack Tools Download
  8. Blackhat Hacker Tools
  9. Usb Pentest Tools
  10. Hacker Tools Apk
  11. Hacking Tools For Games
  12. Hack And Tools
  13. Hack App
  14. Hacker Tools Windows
  15. Hacking Tools Pc
  16. Easy Hack Tools
  17. Tools 4 Hack
  18. Hacker Tools Windows
  19. Hacking Tools Online
  20. Hack Tools 2019
  21. Pentest Tools Android
  22. Hack Tool Apk No Root
  23. Hacker Tools For Pc
  24. Pentest Tools Website
  25. Hack Apps
  26. Hacker Tools Mac
  27. Hacker Tools Software
  28. Hacker Tools Apk Download
  29. Ethical Hacker Tools
  30. Pentest Tools For Ubuntu
  31. Pentest Tools Github
  32. Hacker Hardware Tools
  33. Android Hack Tools Github
  34. Hacking Tools Software
  35. Hack Tools
  36. Usb Pentest Tools
  37. New Hacker Tools
  38. How To Install Pentest Tools In Ubuntu
  39. Hacker Tools Hardware
  40. Kik Hack Tools
  41. Hack Tools For Pc
  42. Pentest Tools Port Scanner
  43. Hack Tools Online
  44. Pentest Tools Port Scanner
  45. Hacking App
  46. Pentest Tools Linux
  47. Hack Tools
  48. Underground Hacker Sites
  49. Physical Pentest Tools
  50. Tools For Hacker
  51. Hacking Tools Usb
  52. New Hacker Tools
  53. Best Pentesting Tools 2018
  54. New Hack Tools
  55. Pentest Tools For Android
  56. Hacking Tools For Mac
  57. Hack Tools Online
  58. Nsa Hack Tools Download
  59. Pentest Tools Apk
  60. What Are Hacking Tools
  61. Pentest Tools Tcp Port Scanner
  62. Hack Tools Pc
  63. Hak5 Tools
  64. Hacking Tools 2020
  65. Best Hacking Tools 2020
  66. Kik Hack Tools
  67. Pentest Tools For Android
  68. Hack Tools
  69. Hack Tools Pc
  70. Hacking Tools Download
  71. Hacker Security Tools
  72. Pentest Tools
  73. Usb Pentest Tools
  74. Hacker Tools Free
  75. Hacking Tools For Windows 7
  76. Hacking App
  77. Hacker Tools Free Download
  78. Pentest Tools
  79. Hacker Tools 2019
  80. Hack Tools For Windows
  81. Growth Hacker Tools
  82. New Hack Tools
  83. Pentest Tools Alternative
  84. Pentest Tools Review
  85. Physical Pentest Tools
  86. Github Hacking Tools
  87. Pentest Tools Online
  88. Hacking Tools Kit
  89. Hacking Tools For Windows Free Download
  90. Hacking Tools Github
  91. Hacking Tools 2019

No comments:

Post a Comment

My Blog List

Blog Archive

Kiwi Arts Now Sold at Image Spa!

Kiwi Arts Now Sold at Image Spa!
Buy Natural Wood Bangles at Image Spa!

Kiwi Arts on Artfire

Store not available