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
fix: gate Unix-only madvise readahead behind cfg(unix)
memmap2::Advice / Mmap::advise are Unix-only, breaking the Windows build.
Make the readahead a no-op on non-Unix targets. Bump to 1.1.2.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>