jpountz opened a new pull request #708:
URL: https://github.com/apache/lucene/pull/708


   Since doc IDs with a vector are loaded as an int[] in memory, this changes 
the
   on-disk format of vectors to align with the in-memory representation by using
   ints instead of vints to represent doc IDs. This might make vectors a bit
   larger on disk, but also a bit faster to open.
   
   I made the same change to how we encode nodes on levels for the same reason.


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