Skip to content

Such parallelism

Pre-release
Pre-release
Compare
Choose a tag to compare
@didip didip released this 15 Oct 20:54
· 15 commits to master since this release

Much speed. So go.

List of changes:

  • Use go fmt on all files.
  • Use the official fsouza/go-dockerclient
  • Set GOMAXPROCS to be able to use all available CPUs.
  • Pulling files from S3 and pushing to S3 are parallelized using fixed pool of goroutines, currently hard-coded at 50.
  • Removed the ability to set S3 prefix path. It makes debugging image name difficult.
  • Logging functionality is now standarized to using fmt library.
  • Added various code cleanup and test fixes.