iverase opened a new pull request, #12600: URL: https://github.com/apache/lucene/pull/12600
Adds a new method to RandomAccessInput tio bulk read bytes into a provided byte array. The default implementation reads byte by byte but faster implementations are provided for all lucene implementations. @uschindler I tried to provide implementations for the `MemorySegmentIndexInputProvider`. I am a bit confused because I run `TestMmapDirectory` several times hoping it will cover single and multiple segments.I never saw it running woth multiplr segments, is there another test or something I need to do? Anyway, it would be great if you can review it. closes https://github.com/apache/lucene/issues/12599 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org