Expand description
Cache-friendly memory layouts for vector index
This module provides optimized data structures for better cache performance:
- Structure of Arrays (SoA) layout for better vectorization
- Hot/cold data separation
- Cache-line aligned storage
- Prefetching hints for predictable access patterns
Structsยง
- Cache
Friendly Vector Index - Cache-friendly vector index with optimized memory layout
- Index
Config - Configuration for cache-friendly index