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
In SeBS, we initially focused on Python and Node.js, and have work-in-progress support for C++ and Java. However, in addition to standard language runtime available in the clouds, there is an opportunity to use unofficial runtimes that can provide better performance: PyPy for Python, LLRT and Bun for JavaScript, GraalVM for Java. For that, we need to build custom Docker images or try to ship the language runtime with code package (Azure, GCP).
The text was updated successfully, but these errors were encountered:
In SeBS, we initially focused on Python and Node.js, and have work-in-progress support for C++ and Java. However, in addition to standard language runtime available in the clouds, there is an opportunity to use unofficial runtimes that can provide better performance: PyPy for Python, LLRT and Bun for JavaScript, GraalVM for Java. For that, we need to build custom Docker images or try to ship the language runtime with code package (Azure, GCP).
The text was updated successfully, but these errors were encountered: