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/04/17 07:23:58 UTC

[GitHub] [lucene] iverase commented on pull request #85: LUCENE-9907: Make MonotonicBlockPackedReader/writer depend on DirectReader/writer

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:
users@infra.apache.org



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