zvec/tests/core
Jalin Wang 85cd08d383
feat(storage): expose copy-on-write mmap flag and fix MMAP_POPULATE flag placement
This PR exposes a copy-on-write mmap option through the public StorageOptions API and fixes a bug where the MAP_POPULATE flag was applied to the wrong mmap() argument.
2026-06-17 14:18:12 +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(storage): expose copy-on-write mmap flag and fix MMAP_POPULATE flag placement 2026-06-17 14:18:12 +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