summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/tensor/hnsw_saver
Commit message (Expand)AuthorAgeFilesLines
* Add acquire_node_ref() member function to HnswGraph.Tor Egge2022-03-221-5/+5
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Change loading of nearest neighbor index to use direct I/O instead of mmapping.Geir Storli2021-09-151-2/+18
* Reduce memory spike during loading of hnsw index by committing at regular int...Geir Storli2021-09-101-3/+2
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
* keep and follow node_refs when traversing HNSW graphArne Juul2020-06-121-3/+3
* construct HnswGraph::EntryNode directlyArne Juul2020-06-091-8/+2
* store entry docid/level in an atomic valueArne Juul2020-06-091-4/+11
* Move BufferWriter back to searchlib.Tor Egge2020-04-251-1/+1
* Add save and load of HNSW indexArne Juul2020-03-262-0/+159