You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we all know, the shell (e.g., bash) script is easy-to-use and portable.
However, at this time, we need to think about the overhead of the complex shell statements.
So, we need to find an appropriate technique to do not generate a system overhead of the server.
TODO
Survey latest papers from the top-tier SE conferences (e.g., ASE, ICSE, FSE)
Communicate this issue at the popular open-source community
The text was updated successfully, but these errors were encountered:
@leemgs Can you please describe the overhead you are talking about? Is it related to the fork done with subshells or just optimization of certain shell-based operations used in TAOS-CI?
As we all know, the shell (e.g., bash) script is easy-to-use and portable.
However, at this time, we need to think about the overhead of the complex shell statements.
So, we need to find an appropriate technique to do not generate a system overhead of the server.
TODO
The text was updated successfully, but these errors were encountered: