Closed Joe23232 closed 3 years ago
This library does not need to launch an additional bash
process to run the commands and there is also no runtime parsing/interpreting comparing to bash, so it is expected that the performance will be better. However, performance is not what the library is focusing on. If you really care about it, you should not call any external commands.
BTW, bash script's performance is notorious bad: http://spencertipping.com/posts/2013.0814.bash-is-irrecoverably-broken.html.
I see thanks mate.
If I were to run this exact same command into your library, would the performance be the same or is it literally using
bash
?