You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/10/07 00:03:12 UTC

[GitHub] [lucene] rmuir opened a new pull request #363: LUCENE-10150: override readLongs() in ByteBuffersDataInput

rmuir opened a new pull request #363:
URL: https://github.com/apache/lucene/pull/363


   Implement the bulk `readLongs()` with view buffers, consistent with how
   `readFloats()` is implemented today.
   
   This method is important for traversing the postings lists (PFOR
   decompression), and is also used for block metadata in the stored fields
   decompression.
   
   The method is tested well by `BaseDirectoryTestCase` subclass already (aligned, unaligned, etc).


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] rmuir merged pull request #363: LUCENE-10150: override readLongs() in ByteBuffersDataInput

Posted by GitBox <gi...@apache.org>.
rmuir merged pull request #363:
URL: https://github.com/apache/lucene/pull/363


   


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org