File: day_414__improved_parallel_get.mdwn

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (6 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
Turned out to not be very hard at all to make `git annex get -JN`
assign different threads to different remotes that have the same cost.
Something like that was requested back in 2011, but it didn't really make
sense until parallel get was implemented last year.

(Also spent too much time fixing up broken builds.)