File: day_417__cut_once.mdwn

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (6 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
Did most of the optimisations that recent profiling suggested. 
This sped up a `git annex find` from 3.53 seconds to 1.73 seconds.
And, `git annex find --not --in remote` from 12.41 seconds to 5.24 seconds.
One of the optimisations sped up git-annex branch querying by up to 50%,
which should also speed up use of some preferred content expressions.
All in all, a very nice little optimisation pass.