1
0
Fork
You've already forked go-mmap
1
optimized large file reads in Go
  • Go 96.3%
  • Shell 3.7%
Vyr Cossont 345a42dab1 [bugfix] include stat_darwin.go from Go for macOS support ( #1 )
Adapted from [the original](https://go.dev/src/os/stat_darwin.go) the same way as the other `stat_*.go` files.
The only difference from the FreeBSD/NetBSD implementation is that whiteout files are considered a device.
Reviewed-on: #1
Co-authored-by: Vyr Cossont <vyr@noreply.codeberg.org>
Co-committed-by: Vyr Cossont <vyr@noreply.codeberg.org>
2025年11月11日 19:41:16 +01:00
copy_fill_stat.sh [bugfix] include stat_darwin.go from Go for macOS support ( #1 ) 2025年11月11日 19:41:16 +01: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_darwin.go [bugfix] include stat_darwin.go from Go for macOS support ( #1 ) 2025年11月11日 19:41:16 +01: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