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