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

Using Virtual-Threads for evaluating FF concurrently #878

Closed
jenetics opened this issue Aug 5, 2023 · 1 comment
Closed

Using Virtual-Threads for evaluating FF concurrently #878

jenetics opened this issue Aug 5, 2023 · 1 comment

Comments

@jenetics
Copy link
Owner

jenetics commented Aug 5, 2023

Since Java 21, Project Loom (Virtual Threads) is part of the JDK. Refactor the concurrent fitness function evaluation, to take advantage of this feature.

@jenetics jenetics added this to the v8.0.0 milestone Aug 5, 2023
@jenetics jenetics self-assigned this Aug 5, 2023
@jenetics jenetics added the java21 label Aug 5, 2023
jenetics added a commit that referenced this issue Aug 5, 2023
Signed-off-by: Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
jenetics added a commit that referenced this issue Aug 5, 2023
Signed-off-by: Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
jenetics added a commit that referenced this issue Aug 5, 2023
Signed-off-by: Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
jenetics added a commit that referenced this issue Aug 5, 2023
Signed-off-by: Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
jenetics added a commit that referenced this issue Aug 5, 2023
Signed-off-by: Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
jenetics added a commit that referenced this issue Aug 5, 2023
Signed-off-by: Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
jenetics added a commit that referenced this issue Aug 5, 2023
Signed-off-by: Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
jenetics added a commit that referenced this issue Aug 5, 2023
Signed-off-by: Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
jenetics added a commit that referenced this issue Aug 5, 2023
Signed-off-by: Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
jenetics added a commit that referenced this issue Aug 5, 2023
Signed-off-by: Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
jenetics added a commit that referenced this issue Aug 7, 2023
Signed-off-by: Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
jenetics added a commit that referenced this issue Aug 7, 2023
Signed-off-by: Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
jenetics added a commit that referenced this issue Aug 7, 2023
@jenetics
Copy link
Owner Author

jenetics commented Aug 7, 2023

Merged into r8.0.0.

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

No branches or pull requests

1 participant