You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(fingerprint): VectorWidth config with LazyLock — 4K/8K/16K switchable
Adds VectorConfig + vector_config() frozen singleton (like simd_caps()).
Three widths:
W4K (64 words): CAM command address space — one item per slot
W8K (128 words): deprecated legacy
W16K (256 words): production default
Default: 16K. Override: NDARRAY_VECTOR_WIDTH=8192 env var before first access.
After first call, width is frozen for the process lifetime.
https://claude.ai/code/session_01SbYsmmbPf9YQuYbHZN52Zh
0 commit comments