Releases: grandecola/mmap
Releases · grandecola/mmap
mmap v0.6.0
- Add support for Flush only when mapped region is modified
mmap v0.5.0
- Remove exported interface
- Rename struct from
FileImpl
toFile
mmap v0.4.0
- Change interface and struct names
- Add functions to read/write string data
mmap v0.3.1
- Breaking API changes
- ReadUint64At, WriteUint64At don't return error
- Remove using
golang.org/unix
package
mmap v0.3.0
- Breaking API changes, satisfy
io.ReaderAt
&io.WriterAt
interfaces - Use
golang.org/unix
package - Remove dependency on
unsafe
andsyscall
package - Fix tests to use
MS_SYNC
forflush
- Full code coverage using unit tests
mmap v0.2.0
- Introduce IMmap interface to ease testing
- Add support for Go modules
- Update documentation
mmap v0.1.0
This is the first release for the mmap
library. It currently provides basic functions to map
, unmap
, read
, write
and advice
.
Currently, supported OS -
- darwin OS
- Linux
Currently supported Architectures -
- Little Endian architecture