Bug#674457: git-annex: please thread add cmd for speedup

2012-05-27 Thread Joey Hess
maximilian attems wrote: > Watching git annex add some ~ 100G of bz2 data it didn't > yet use parallellisation for quicker add. My feeling is that add is typically going to be IO bound, due to checksumming. (Can be avoided by using the WORM backend.) > The "git recording" could also maybe done in

Bug#674457: git-annex: please thread add cmd for speedup

2012-05-24 Thread maximilian attems
Package: git-annex Version: 3.20120511 Severity: wishlist Watching git annex add some ~ 100G of bz2 data it didn't yet use parallellisation for quicker add. The "git recording" could also maybe done in background. It surprised me as in contrast other git commands typicaly use all available cpu's.