mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
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 5dcecc882d7ff12bb4c06c6f185f6dfa3e42643c)