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
refactor: drive ZstdStreamBuffer offsets from a MemoryLayout (#60)
Replace the hardcoded ZSTD_inBuffer/ZSTD_outBuffer struct layout (magic
offsets OFF_PTR/OFF_SIZE/OFF_POS and BYTES = 24) with a named StructLayout
and derive the total size, field handles, and offsets from it. Field access
now goes through VarHandles obtained from the layout. Behavior-preserving.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments