You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/build
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>
1 year ago
..
codeformat Implement FSFE REUSE for golang files (#21840) 1 year ago
code-batch-process.go Implement FSFE REUSE for golang files (#21840) 1 year ago
generate-bindata.go Change use of Walk to WalkDir to improve disk performance (#22462) 1 year ago
generate-emoji.go Fix unstable emoji sort (#22346) 1 year ago
generate-gitignores.go Remove legacy `+build:` constraint (#19582) 2 years ago
generate-go-licenses.go Implement FSFE REUSE for golang files (#21840) 1 year ago
generate-images.js Update JS dependencies and eslint (#22190) 1 year ago
generate-licenses.go Remove deprecated licenses (#20222) 2 years ago
generate-svg.js Update JS dependencies and eslint (#22190) 1 year ago
gocovmerge.go Implement FSFE REUSE for golang files (#21840) 1 year ago
test-env-check.sh Prepare and check test env during CI (#17725) 3 years ago
test-env-prepare.sh Prepare and check test env during CI (#17725) 3 years ago
update-locales.sh Format files (#13698) 4 years ago