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.
zeripath ef4fc30246
Speed up HasUserStopwatch & GetActiveStopwatch (#23051)
GetActiveStopwatch & HasUserStopwatch is a hot piece of code that is
repeatedly called and on examination of the cpu profile for TestGit it
represents 0.44 seconds of CPU time. This PR reduces this time to 80ms.

---------

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: delvh <leon@kske.dev>
1 year ago
..
admin Show empty repos in Admin Repository Management page (#23114) 1 year ago
auth Provide the ability to set password hash algorithm parameters (#22942) 1 year ago
events Implement FSFE REUSE for golang files (#21840) 2 years ago
explore Remove useless comment in #23114 (#23173) 1 year ago
feed Add pagination for dashboard and user activity feeds (#22937) 1 year ago
healthcheck Implement FSFE REUSE for golang files (#21840) 2 years ago
misc Implement FSFE REUSE for golang files (#21840) 2 years ago
org Scoped labels (#22585) 1 year ago
repo Speed up HasUserStopwatch & GetActiveStopwatch (#23051) 1 year ago
shared Add Cargo package registry (#21888) 1 year ago
user Add "Reviewed by you" filter for pull requests (#22927) 1 year ago
auth.go Implement FSFE REUSE for golang files (#21840) 2 years ago
auth_windows.go Implement FSFE REUSE for golang files (#21840) 2 years ago
base.go Implement FSFE REUSE for golang files (#21840) 2 years ago
goget.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
home.go Implement FSFE REUSE for golang files (#21840) 2 years ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Implement FSFE REUSE for golang files (#21840) 2 years ago
swagger_json.go Implement FSFE REUSE for golang files (#21840) 2 years ago
web.go Require approval to run actions for fork pull request (#22803) 1 year ago
webfinger.go Add context cache as a request level cache (#22294) 1 year ago