Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sajari/gommap


https://github.com/sajari/gommap

Last synced: 7 days ago
JSON representation

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 Windows

The 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/