aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/tensor/hnsw_index/stress_hnsw_mt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* remove unused distance functionsArne Juul2023-04-271-2/+0
* add mimimal version of BoundDistanceFunctionArne Juul2023-04-191-1/+7
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-3/+2
* Drop support for old gtest.Tor Egge2022-11-181-1/+1
* Use typed tests for hnsw index.Tor Egge2022-11-171-16/+33
* Add enum class HnswIndexType.Tor Egge2022-11-161-2/+2
* Move inner class HnswIndex::Config to HnswIndexConfig.Tor Egge2022-11-151-1/+1
* Add search::tensor::SubspaceType.Tor Egge2022-11-041-2/+12
* Pass VectorBundle to NearestNeighborIndex::prepare_add_document member function.Tor Egge2022-11-041-1/+1
* Add search::tensor::DocVectorAccess::get_vectors() member function.Tor Egge2022-11-031-0/+7
* Pass subspace to DocVectorAccess::get_vector member function.Tor Egge2022-11-021-1/+2
* Remove unneeded calls to update_oldest_used_generation().Geir Storli2022-10-131-1/+0
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-1/+1
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-1/+1
* Rename first used generation -> oldest used generation.Geir Storli2022-10-121-2/+2
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* actually wants floatArne Juul2021-04-131-1/+2
* let the distance function decide how it wants the query tensor convertedArne Juul2021-04-121-1/+1
* fix NNS distance for new cell typesArne Juul2021-04-121-2/+1
* Revert "fix NNS distance for new cell types"Arnstein Ressem2021-04-121-1/+2
* fix NNS distance for new cell typesArne Juul2021-04-091-2/+1
* use size literals in searchlibArne Juul2021-02-151-3/+4
* track TypedCells moveArne Juul2020-10-011-4/+4
* Use an allocator that automagically allocates large buffer by using mmap.Henning Baldersheim2020-08-311-3/+2
* avoid naked exitArne Juul2020-07-031-1/+1
* the very first documents added to HNSW index should use single-phase indexingArne Juul2020-06-241-1/+1
* print more statisticsArne Juul2020-06-181-11/+33
* rewrite with futuresArne Juul2020-06-171-69/+50
* add mutex protecting in_progress bitvectorArne Juul2020-06-171-16/+20
* minor stress-test tweaks:Arne Juul2020-06-171-8/+4
* refactor task data into common base classArne Juul2020-06-171-50/+26
* also check graph symmetryArne Juul2020-06-171-1/+5
* get rid of test-internal race condition in MyDocVectorStoreArne Juul2020-06-161-9/+7
* add stress testArne Juul2020-06-161-0/+367