forgejo/modules/log
Felipe Leopoldo Sologuren Gutiérrez 04c97aa364
Change use of Walk to WalkDir to improve disk performance (#22462)
As suggest by Go developers, use `filepath.WalkDir` instead of
`filepath.Walk` because [*Walk is less efficient than WalkDir,
introduced in Go 1.16, which avoids calling `os.Lstat` on every file or
directory visited](https://pkg.go.dev/path/filepath#Walk).

This proposition address that, in a similar way as
https://github.com/go-gitea/gitea/pull/22392 did.


Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-01-16 16:21:44 +00:00
..
buffer.go
buffer_test.go
colors.go
colors_router.go
conn.go
conn_test.go
console.go
console_other.go
console_test.go
console_windows.go
errors.go
event.go
file.go Change use of Walk to WalkDir to improve disk performance (#22462) 2023-01-16 16:21:44 +00:00
file_test.go
flags.go
groutinelabel.go
groutinelabel_test.go
level.go
level_test.go
log.go
log_test.go
logger.go
multichannel.go
provider.go
smtp.go
smtp_test.go
stack.go
writer.go
writer_test.go