From b74e8425c532cf2f24c82fd118306f36ceef81e7 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Mon, 16 Aug 2021 13:04:48 +0200 Subject: Use 4096 buffers for HNSW link array store. Configure link array store to handle arrays of 193 elements or less without indirect storage. --- vespalib/src/vespa/vespalib/datastore/entryref.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'vespalib') diff --git a/vespalib/src/vespa/vespalib/datastore/entryref.cpp b/vespalib/src/vespa/vespalib/datastore/entryref.cpp index 0551e617283..83501e49ed3 100644 --- a/vespalib/src/vespa/vespalib/datastore/entryref.cpp +++ b/vespalib/src/vespa/vespalib/datastore/entryref.cpp @@ -8,6 +8,7 @@ namespace vespalib::datastore { template EntryRefT<24u, 8u>::EntryRefT(size_t, uint32_t); template EntryRefT<31u, 1u>::EntryRefT(size_t, uint32_t); template EntryRefT<22u,10u>::EntryRefT(size_t, uint32_t); +template EntryRefT<20u,12u>::EntryRefT(size_t, uint32_t); template EntryRefT<19u,13u>::EntryRefT(size_t, uint32_t); template EntryRefT<18u, 6u>::EntryRefT(size_t, uint32_t); template EntryRefT<15u,17u>::EntryRefT(size_t, uint32_t); -- cgit v1.2.3