Skip to content

Not using mremap syscall #1

Open
@justincormack

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions