The MMAP
package is a syscall interface to provide safe and efficient access to memory.
Supports for Darwin,Linux and Windows architectures.
> go get github.com/godcong/mmap@latest
See examples
folder
- github.com/godcong/mmap
- golang.org/x/exp/mmap
- github.com/riobard/godcong
- launchpad.net/gommap
- github.com/edsrzf/mmap-go
- TCP transmits data through shared memory between threads.
- Turn off shared memory more elegantly.
See ServiceMemMap
This Project used MIT.