mikemccand commented on PR #14097:
URL: https://github.com/apache/lucene/pull/14097#issuecomment-2573851904

   I like the more efficient delta encoding theory.
   
   Decoding `vInt` is a hotspot for HNSW graph traversal ... so if we can use 2 
bytes instead of 3, or 1 byte instead of 2, thanks to the improved locality, 
that might be needle moving!


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