The toolkit to pack, ship, store, and deliver container content
Find a file
Stephen J Day def60f3426 Parallelize signature fetch in signature store
To avoid compounded round trips leading to slow retrieval of manifests with a
large number of signatures, the fetch of signatures has been parallelized. This
simply spawns a goroutine for each path, coordinated with a sync.WaitGroup.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-04-06 19:13:15 -07:00
docs Parallelize signature fetch in signature store 2015-04-06 19:13:15 -07:00