prysm-pulse/vendor/github.com/edsrzf/mmap-go
Raul Jordan da20785685 Merge branch 'master' into gitter-badge-1
Former-commit-id: 23f542f43b4b493e38f5aa4c29788ed93a63b43b [formerly 71b23a6a28eb045fcfeab6329de69f1e5455486b]
Former-commit-id: d12b3a6decc876f010a71f98e11df7387c1aaf2a
2018-01-13 17:31:28 -05:00
..
LICENSE Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
mmap_unix.go Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
mmap_windows.go Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
mmap.go Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
msync_netbsd.go Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
msync_unix.go Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
README.md Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00

mmap-go

mmap-go is a portable mmap package for the Go programming language. It has been tested on Linux (386, amd64), OS X, and Windows (386). It should also work on other Unix-like platforms, but hasn't been tested with them. I'm interested to hear about the results.

I haven't been able to add more features without adding significant complexity, so mmap-go doesn't support mprotect, mincore, and maybe a few other things. If you're running on a Unix-like platform and need some of these features, I suggest Gustavo Niemeyer's gommap.