rmuir commented on issue #13938:
URL: https://github.com/apache/lucene/issues/13938#issuecomment-2517601394

   @jpountz is this really appropriate? RandomAccessInput is to reduce the 
overhead when doing tiny (not bulk) reads, it was added to help move from 
fieldcache to docvalues, where you need to read e.g. single byte value at a 
specific location. it saves a bounds check for such tiny reads. 
   
   For bulk reads it isn't useful.
   
   Basically, i think this is ok, as long as we remove bulk readFloats() method 
along with it.
   


-- 
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

Reply via email to