Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.
/ mmap Public archive

Cross-platform memory mapped file I/O for Golang

License

Notifications You must be signed in to change notification settings

alexeymaximov/mmap

Repository files navigation

Memory mapping GoDoc

Published under MIT license with the permission of NX Studio.

This package is no longer supported. For the updated functionality of this package look for the go-bio.

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