iverase commented on pull request #85: URL: https://github.com/apache/lucene/pull/85#issuecomment-821781482
Thanks @jpountz, I did not realise about that constraint. I took a different approach: Similarly to `Packed64`, I read the data into a backing byte array and implement a get method that works directly on that array. `MonotonicBlockPackedReader` seems to be always used on heap (`direct = false`), therefore I remove the flag. -- 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. 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