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
Purpose of this issue to each of OS plugins that currently loop using RandomAccessInput.readByte, to instead use RandomAccessInput.readBytes bulk option.
asimmahmood1
changed the title
[BUG] Enhancement - Update to use RandomAccessInput.readBytes bulk method
[BUG] Enhancement - Check if OS pluggins can use RandomAccessInput.readBytes bulk method
Mar 14, 2025
Describe the bug
This is a follow-up to Lucene change apache/lucene#12599, and OS Meta: #16934
Purpose of this issue to each of OS plugins that currently loop using RandomAccessInput.readByte, to instead use RandomAccessInput.readBytes bulk option.
For CoreSearch there was 1 instance found: #17555
Related component
Plugins
To Reproduce
Expected behavior
Raise PRs and call out any possible benchmark improvements.
Additional Details
Plugins
Go though all Plugins that use https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/store/RandomAccessInput.java
Screenshots
n/a
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: