//
pkg.gl
Category
github.com/yrpc/util
mapped
package
0.0.0-20191229105456-04e44c1bb858
Repository:
https://github.com/yrpc/util.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
1
Files
436 SLOC
#
Functions
CreateFile
CreateFile creates a mmaped file.
OpenFile
OpenFile opens a mmaped file.
#
Variables
ErrReadBeyond
ErrReadBeyond when read beyond.
ErrWriteBeyond
ErrWriteBeyond when write beyond.
#
Structs
File
File for mmaped file Write/Resize should be called sequentially Commit/Write is concurrent safe.