{"id":63586,"library":"xujiajun-mmap-go","title":"mmap-go","description":"Package mmap allows mapping files into memory with a simple interface.","status":"active","version":"1.0.1","language":"go","source_language":null,"source_url":"https://github.com/xujiajun/mmap-go","tags":["mmap","memory-mapping","file"],"install":[{"cmd":"go get github.com/xujiajun/mmap-go","lang":"bash","label":"Install github.com/xujiajun/mmap-go"}],"dependencies":[],"imports":[{"symbol":"mmap","correct":"github.com/xujiajun/mmap-go"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/xujiajun/mmap-go\"\n\t\"os\"\n)\n\nfunc main() {\n\tf, _ := os.OpenFile(\"test.dat\", os.O_RDWR, 0644)\n\tdefer f.Close()\n\tm, _ := mmap.Map(f, mmap.RDWR, 0)\n\tdefer m.Unmap()\n\tfmt.Println(string(m))\n}","lang":"go","description":"Memory-map a file for reading and writing"},"warnings":[],"env_vars":null,"search_vec":"'allow':6 'file':8,19 'go':3 'interfac':14 'map':7,18 'memori':10,17 'memory-map':16 'mmap':2,5,15 'mmap-go':1 'packag':4 'simpl':13","created_at":"2026-06-17T16:45:29.181911+00:00","updated_at":"2026-06-17T16:45:29.181911+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/xujiajun/mmap-go","github":"https://github.com/xujiajun/mmap-go","docs":"https://pkg.go.dev/github.com/xujiajun/mmap-go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}