godcong / mmap

the go mmap and share memory package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMAP

GitHub release go.dev reference codecov GoDoc License Go Report Card

The MMAP package is a syscall interface to provide safe and efficient access to memory.

Supports for Darwin,Linux and Windows architectures.

Installation

> go get github.com/godcong/mmap@latest

Example

See examples folder

Similar Packages

  • github.com/godcong/mmap
  • golang.org/x/exp/mmap
  • github.com/riobard/godcong
  • launchpad.net/gommap
  • github.com/edsrzf/mmap-go

Plan

TCP transmits data through shared memory between threads.
Turn off shared memory more elegantly.

License

This Project used MIT.

About

the go mmap and share memory package

License:MIT License


Languages

Language:Go 100.0%