neurobin / shc

Shell script compiler
https://neurobin.org/projects/softwares/unix/shc/
GNU General Public License v3.0
2.04k stars 349 forks source link

Is a compiled binary faster than the original script? #142

Closed tsadarsh closed 2 years ago

tsadarsh commented 2 years ago

I read the README.md of shc and I am aware that:

...it rather encodes and encrypts a shell script...

Compiled programs are generally faster in speed and execution. Is that the case with the binaries compiled by shc?

neurobin commented 2 years ago

No. It will not be faster, rather slower.