MCPcopy Index your code
hub / github.com/edsrzf/mmap-go

github.com/edsrzf/mmap-go @v1.2.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.2.0 ↗ · + Follow
40 symbols 99 edges 7 files 9 documented · 22% 53 cross-repo links updated 19mo agov1.2.0 · 2024-10-09★ 1,1045 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

mmap-go

Build Status Go Reference

mmap-go is a portable mmap package for the Go programming language.

Operating System Support

This package is tested using GitHub Actions on Linux, macOS, and Windows. It should also work on other Unix-like platforms, but hasn't been tested with them. I'm interested to hear about the results.

This package compiles for Plan 9 and WebAssembly, but its functions always return errors.

Related functions such as mprotect and mincore aren't included. I haven't found a way to implement them on Windows without introducing significant complexity. If you're running on a Unix-like platform and really need these features, it should still be possible to implement them on top of this package via syscall.

Core symbols most depended-on inside this repo

Shape

Method 22
Function 16
Struct 1
TypeAlias 1

Languages

Go100%

Modules by API surface

mmap.go9 symbols
mmap_test.go8 symbols
mmap_windows.go6 symbols
mmap_wasm.go5 symbols
mmap_unix.go5 symbols
mmap_plan9.go5 symbols
example_test.go2 symbols

For agents

$ claude mcp add mmap-go \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page