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

Enhance indexing speed with java vector api #11502

Closed
calixtus opened this issue Jul 15, 2024 · 0 comments · Fixed by #11532
Closed

Enhance indexing speed with java vector api #11502

calixtus opened this issue Jul 15, 2024 · 0 comments · Fixed by #11532
Labels
component: search dev: dependencies Pull requests that update a dependency file dev: performance
Milestone

Comments

@calixtus
Copy link
Member

calixtus commented Jul 15, 2024

JabRef complains on startup with a warning:

WARN: Java vector incubator module is not readable. For optimal vector performance, pass '--add-modules jdk.incubator.vector' to enable Vector API.

The Vector API is a feature on hold (incubator) https://openjdk.org/jeps/460 since JDK 16 waiting for project Valhalla https://openjdk.org/projects/valhalla/ to be finished eventually and be finally integrated. It should already be stable and there should be no problem for us to enable that feature.

@calixtus calixtus added this to the 6.0-alpha milestone Jul 15, 2024
@calixtus calixtus added component: search dev: performance dev: dependencies Pull requests that update a dependency file labels Jul 15, 2024
@calixtus calixtus mentioned this issue Jul 24, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: search dev: dependencies Pull requests that update a dependency file dev: performance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant