Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not using mremap syscall #1

Open
justincormack opened this issue Feb 14, 2017 · 0 comments
Open

Not using mremap syscall #1

justincormack opened this issue Feb 14, 2017 · 0 comments

Comments

@justincormack
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant