Categorygithub.com/alexeymaximov/mmap
repositorypackage
0.3.0
Repository: https://github.com/alexeymaximov/mmap.git
Documentation: pkg.go.dev

# README

Published under MIT license with the permission of NX Studio.

Memory mapping GoDoc

This is cross-platform Golang package for memory mapped file I/O.

Currently has been tested on following architectures:

  • windows/amd64
  • linux/amd64

Installation

$ go get github.com/alexeymaximov/mmap

TODO

  • Support of all architectures which are available in Golang.
  • Working set management on Windows.
  • RLimit management on Linux.
  • Memory segment interface (accessing typical integer values by offset).