You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Michael Sokolov (Jira)" <ji...@apache.org> on 2021/03/15 21:26:00 UTC

[jira] [Created] (LUCENE-9845) Improve encoding of HNSW graph offsets

Michael Sokolov created LUCENE-9845:
---------------------------------------

             Summary: Improve encoding of HNSW graph offsets
                 Key: LUCENE-9845
                 URL: https://issues.apache.org/jira/browse/LUCENE-9845
             Project: Lucene - Core
          Issue Type: Wish
            Reporter: Michael Sokolov


Today we use a simple {{long[]}} to encode the offset of each document's array of neighbors in the HNSW graph. Instead we should use a data structure that is optimized for encoding an increasing numeric array, like   monotonic {{PackedInts}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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