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

Optimize Execution Workflow by Differentiating Compiled and Interpreted Languages #1

Open
arkzuse opened this issue Sep 21, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@arkzuse
Copy link
Owner

arkzuse commented Sep 21, 2024

At present, the source code is complied for every test case for compiled languages (e.g., C++, Java). This approach introduces unnecessary overhead.

Introduce a mechanism to differentiate between compiled and interpreted languages.
This can be done by creating a mapping or list to categorize supported languages as either compiled or interpreted.

@arkzuse arkzuse added enhancement New feature or request good first issue Good for newcomers labels Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant