Expand description
Storage optimizations for vector indices
This module provides optimized storage formats for efficient vector serialization:
- Binary formats for fast I/O
- Compression with multiple algorithms
- Streaming I/O for large datasets
- Memory-mapped file support
Structs§
- Mmap
Vector File - Memory-mapped vector file for efficient random access
- Storage
Config - Binary storage format configuration
- Storage
Utils - Utility functions for storage operations
- Vector
Block - Vector block for chunked storage
- Vector
File Header - Binary file header for vector storage
- Vector
Reader - Streaming vector reader for large datasets
- Vector
Writer - Streaming vector writer for large datasets
Enums§
- Compression
Type - Compression methods for vector storage