Y
Hacker News
new
|
ask
|
show
|
jobs
by
gpderetta
234 days ago
fread is (usually) buffered io, so it actually does two additional mem copies (kernel to FILE buffer then to user buffer)
1 comments
assbuttbuttass
234 days ago
Not in Go
link
gpderetta
234 days ago
oh, right, this is Go (
https://pkg.go.dev/github.com/odeke-em/go-utils/fread#sectio...
). Do the strings it return share memory with the internal buffer?
link