This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers/web/user
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
..
setting Change use of Walk to WalkDir to improve disk performance (#22462) 2023-01-16 16:21:44 +00:00
avatar.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
code.go fix: code search title translation (#22285) 2023-01-02 17:18:08 +08:00
home.go Rename almost all Ctx functions (#22071) 2022-12-10 10:46:31 +08:00
home_test.go Add a simple test for external renderer (#20033) 2022-12-12 20:45:21 +08:00
main_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
notification.go Improve utils of slices (#22379) 2023-01-11 13:31:16 +08:00
package.go Use dynamic package type list (#22263) 2022-12-29 00:31:54 +01:00
profile.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
search.go Move `convert` package to services (#22264) 2022-12-29 10:57:15 +08:00
stop_watch.go Move `convert` package to services (#22264) 2022-12-29 10:57:15 +08:00
task.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00