zvec/tests/core
Jalin Wang b1af0e4ebf
feat(index): expose is_dirty status through core Index interface (#488)
Adds is_dirty() at each layer: IndexMapping → IndexStorage (virtual) → MMapFileStorage / BufferStorage → Index::IsDirty().
2026-06-17 11:20:40 +08:00
..
algorithm fix: use project root for diskann cmake paths (#464) 2026-06-08 09:54:16 +08:00
framework fix(build): replace CMAKE_SOURCE_DIR with PROJECT_ROOT_DIR for subproject builds (#195) 2026-03-04 20:01:52 +08:00
interface feat(index): expose is_dirty status through core Index interface (#488) 2026-06-17 11:20:40 +08:00
metric refactor: remove hamming metric (#365) 2026-05-18 19:31:20 +08:00
quantizer feat(quantizer): introduce UniformInt8 quantizer with global scale/bias (#474) 2026-06-09 20:10:53 +08:00
utility feat: support zvec core-only build (#481) 2026-06-09 23:45:42 +08:00
CMakeLists.txt fix(build): replace CMAKE_SOURCE_DIR with PROJECT_ROOT_DIR for subproject builds (#195) 2026-03-04 20:01:52 +08:00