milvus/internal/core
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
..
build-support Use Conan as c++ package manager (#19920) 2022-11-23 10:39:11 +08:00
cmake Add amazonlinux image, prepare to remove Centos7 image, remove openblas image (#26368) 2023-08-18 18:32:19 +08:00
src enhance: [Cherry-pick] Custom bitset and bitset_view implementations (#31592) 2024-03-26 10:05:09 +08:00
thirdparty enhance: fetch simdjson directly in the format of targz (#31370) 2024-03-18 18:55:10 +08:00
unittest enhance: [Cherry-pick] Custom bitset and bitset_view implementations (#31592) 2024-03-26 10:05:09 +08:00
CMakeLists.txt fix: binary vector should not limit dimension to 32768 (#30676) 2024-03-05 14:21:00 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
build.sh milvus support multi index engine (#27178) 2023-09-22 09:59:26 +08:00
conanfile.py enhance: upgrade folly to run on arm (#31284) 2024-03-15 15:39:03 +08:00
run_clang_format.sh fix: inverted index file not found (#29695) 2024-01-07 20:26:49 +08:00