milvus/internal/core/unittest/test_utils
Alexander Guzhva 3addc68c66
enhance: [Cherry-pick] Custom bitset and bitset_view implementations (#31592)
Issue: https://github.com/milvus-io/milvus/issues/31285
pr: https://github.com/milvus-io/milvus/pull/30454

Basically, I've replaced FixedVector<bool> and boost::dynamic_bitset
with custom bitset and bitsetview in order to reduce the memory
bandwidth & increase performance for the filtering.

(cherry picked from commit 5dcecc882d)
2024-03-26 10:05:09 +08:00
..
AssertUtils.h enhance: [Cherry-pick] Custom bitset and bitset_view implementations (#31592) 2024-03-26 10:05:09 +08:00
Constants.h feat: [Sparse Float Vector] segcore to support sparse vector search and get raw vector by id (#30629) 2024-03-12 09:16:30 -07:00
DataGen.h feat: [Sparse Float Vector] segcore to support sparse vector search and get raw vector by id (#30629) 2024-03-12 09:16:30 -07:00
Distance.h Fix search successfully with invalid metric type (#17977) 2022-07-01 22:28:23 +08:00
GenExprProto.h enhance: full-support for wildcard pattern matching (#30288) 2024-02-01 12:37:04 +08:00
PbHelper.h Try using ASAN in ci ut (#21089) 2022-12-29 15:29:31 +08:00
Timer.h Fix build error on mac (#16380) 2022-04-04 21:09:32 +08:00
TmpPath.h feat: support inverted index (#28783) 2023-12-31 19:50:47 +08:00
c_api_test_utils.h fix:possible out-of-bound due to groupby when reduing(#30711) (#31200) 2024-03-14 13:07:03 +08:00
indexbuilder_test_utils.h feat: [Sparse Float Vector] segcore to support sparse vector search and get raw vector by id (#30629) 2024-03-12 09:16:30 -07:00
storage_test_utils.h fix: inverted index file not found (#29695) 2024-01-07 20:26:49 +08:00
test_segcore.yaml Rename chunk_size to chunk_rows for better code readability (#7953) 2021-09-15 15:15:52 +08:00