vsop-479 commented on PR #16245:
URL: https://github.com/apache/lucene/pull/16245#issuecomment-4979463175

   > I will try to implement decoding a single int from one long, instead of 
decoding all ints from that long.
   
   I implemented decoding a single int from one long, to instead of decoding 
all ints from that long. 
   
   When decoding a single int, Simple64 may not have an advantage over VInt for 
values below 128 (1-byte). Simple64 is more likely to help when the value is 
above 127 (multi-byte).


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to