1
0
Fork
You've already forked go-mmap
0
forked from gruf/go-mmap
optimized large file reads in Go
  • Go 96%
  • Shell 4%
2025年11月05日 20:01:14 +00:00
copy_fill_stat.sh fix for builds on unix-like platforms where mtim = mtimespec 2025年11月05日 20:01:14 +00:00
fs.go fix for builds on unix-like platforms where mtim = mtimespec 2025年11月05日 20:01:14 +00:00
go.mod limit required go version 2025年11月05日 14:06:02 +00:00
go.sum first commit 2025年11月04日 17:44:27 +00:00
LICENSE first commit 2025年11月04日 17:44:27 +00:00
mmap.go some variable renaming 2025年11月05日 13:35:38 +00:00
mmap_test.go first commit 2025年11月04日 17:44:27 +00:00
open.go some variable renaming 2025年11月05日 13:35:38 +00:00
README.md first commit 2025年11月04日 17:44:27 +00:00
stat_freebsd.go fix for builds on unix-like platforms where mtim = mtimespec 2025年11月05日 20:01:14 +00:00
stat_linux.go fix for builds on unix-like platforms where mtim = mtimespec 2025年11月05日 20:01:14 +00:00
stat_netbsd.go fix for builds on unix-like platforms where mtim = mtimespec 2025年11月05日 20:01:14 +00:00
stat_openbsd.go fix for builds on unix-like platforms where mtim = mtimespec 2025年11月05日 20:01:14 +00:00

go-mmap

Optimized large file reads in Go