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
Currently remap is a dumb unmap--mmap cycle, rather than using mremap. mremap is not exposed in Go's syscall package, so it is a little work to make this work, but it should improve performance.
The text was updated successfully, but these errors were encountered:
Currently remap is a dumb
unmap
--mmap
cycle, rather than usingmremap
.mremap
is not exposed in Go's syscall package, so it is a little work to make this work, but it should improve performance.The text was updated successfully, but these errors were encountered: