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
The persistence/mailbox face of the packed tile buffer, per the
lance-graph SoaEnvelope discipline (envelope bytes are LE from creation
to tombstone):
- as_le_bytes(): zero-cost &[u16] -> &[u8] reinterpret; LE by
construction since this module is cfg(x86_64) and x86_64 is LE-only.
- from_le_bytes(): endian-correct rebuild via u16::from_le_bytes
(compiles to a plain copy on LE targets).
- Contract test asserts byte 2i == low byte of lane i (true LE, not
just native) and that a GEMM over the roundtripped buffer stays
bit-exact.
First brick of the SoA-Morton batch-writer / write-hiding design; the
writer itself lands lance-graph-side.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01E7wPMi796LPvp4A6JubdWH
0 commit comments