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

[Task]: Implement Java 21 Virtual threads based Runtime Concurrency model #43352

Open
warunalakshitha opened this issue Sep 3, 2024 · 0 comments
Assignees
Labels
Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime Type/Task

Comments

@warunalakshitha
Copy link
Contributor

warunalakshitha commented Sep 3, 2024

Description

ATM Ballerina Codegen Phase,Strands ( Ballerina Virtual threads) and Scheduler are implemented to support asynchronous execution based on Duff's Device. This implementation has identified performance reductions specially with loops.

We can use more simpler approach for implement asynchronous execution using Java 21 Virtual Threads.

@warunalakshitha warunalakshitha self-assigned this Sep 3, 2024
@ballerina-bot ballerina-bot added the Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime Type/Task
Projects
Status: Planned for Sprint
Development

No branches or pull requests

4 participants