0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-28 01:34:39 +01:00
gitea/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_test.go
buffer.go
colors_router.go
colors.go
conn_test.go
conn.go
console_other.go
console_test.go
console_windows.go
console.go
errors.go
event.go
file_test.go
file.go Change use of Walk to WalkDir to improve disk performance (#22462) 2023-01-16 16:21:44 +00:00
flags.go
groutinelabel_test.go
groutinelabel.go
level_test.go
level.go
log_test.go
log.go
logger.go
multichannel.go
provider.go
smtp_test.go
smtp.go
stack.go
writer_test.go
writer.go