This commit is contained in:
Joey Hess 2020-07-14 14:47:22 -04:00
parent 377866d884
commit f9b4a9f650
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -60,4 +60,5 @@ looked up efficiently. (Before these changes, the same key lookup was done
2x too..) Avoiding that would speed up --in etc, probably another 1.5x-2x
speedup when such limits are used. What that optimisation needs is a way to
tell if the current limit needs the key or not. If it does, then match on
it after getting the key, otherwise before getting the key.
it after getting the key (and precaching the location log for limits that
need that), otherwise before getting the key.