Details
-
Wish
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
New
Description
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