Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sajari/gommap
https://github.com/sajari/gommap
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sajari/gommap
- Owner: sajari
- License: other
- Created: 2015-01-26T21:25:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-26T21:28:07.000Z (almost 10 years ago)
- Last Synced: 2024-06-20T08:01:34.188Z (5 months ago)
- Language: Go
- Size: 105 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This work is based on [mmap-go][] written by [edsrzf][] using BSD-style license.
On top of the original repository, I made these bug fixes:
- Incorrect syscall parameters in Unix msync
- Panic if buffer size is too large in WindowsThe modifications I made are subject to BSD-style license; for details, please read LICENSE.
[mmap-go]: https://github.com/edsrzf/mmap-go
[edsrzf]: https://github.com/edsrzf/