Aliaksandr Valialkin
|
5d255846ac
|
all: add go:build lines for Go1.17
See https://tip.golang.org/doc/go1.17#gofmt for more details
|
2021-07-26 15:50:46 +03:00 |
|
Aliaksandr Valialkin
|
d962568e93
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
This will simplify examining the returned errors such as httpserver.ErrorWithStatusCode .
See https://blog.golang.org/go1.13-errors for details.
|
2020-06-30 23:33:46 +03:00 |
|
Aliaksandr Valialkin
|
cb5c39ee70
|
lib/fs: optimize small reads for ReaderAt.MustReadAt by reading from memory-mapped space instead of reading from file descriptor
This should improve performance when reading many small blocks.
|
2020-01-30 15:16:16 +02:00 |
|
Aliaksandr Valialkin
|
f22c9dbb0f
|
lib/fs: typo fix in fadvise_unix.go
|
2019-12-24 21:00:04 +02:00 |
|
Aliaksandr Valialkin
|
6358cf3d47
|
app/vmselect/netstorage: move MustAdviseSequentialRead to lib/fs
|
2019-12-23 23:16:26 +02:00 |
|