easyice opened a new pull request, #12842:
URL: https://github.com/apache/lucene/pull/12842

   Thanks the suggestion from @jpountz , as  discussed in 
https://github.com/apache/lucene/issues/12826
   
   This PR use group-varint to encode some vint values if `storeOffsets` is 
true, it's still using class `GroupVIntReader` and `GroupVIntWriter`,  i will 
update it after https://github.com/apache/lucene/pull/12841 is finished.
   
   Currently i don't use group-vint if `(storeOffsets==false && 
storePayload==false)`, which means only `token` is stored, because i'm worried 
that it will use extra memory when bulk decoding. Feel free to correct me.
   
   Then benchmark and file size changes i'll add next week. 


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