package
0.0.5
Repository: https://github.com/beehivedb/go-common.git
Documentation: pkg.go.dev

# Functions

Lock locks all the mapped memory to RAM, preventing the pages from swapping out.
NewRO create new Read Only Mmap instance.
NewRW create new read and write mmap.
Random Access Memory Random.
Unlock unlocks the mapped memory from RAM, enabling swapping out of RAM if required.

# Interfaces

Mmap map file to memory.