Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to optimize shell scripts #709

Open
leemgs opened this issue Feb 19, 2021 · 3 comments
Open

How to optimize shell scripts #709

leemgs opened this issue Feb 19, 2021 · 3 comments

Comments

@leemgs
Copy link
Collaborator

leemgs commented Feb 19, 2021

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
@taos-ci
Copy link
Collaborator

taos-ci commented Feb 19, 2021

:octocat: cibot: Thank you for posting issue #709. The person in charge will reply soon.

@myungjoo
Copy link
Member

Do shell scripts really incur noticeable overheads?

@kparichay
Copy link
Member

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants