docs/builder
Daniel, Dao Quang Minh 3aae63f452 speed up creation of args and msg for huge cmds
Whenever a command arguments is formed by a large linked list, repeatedly
appending to arguments and displayed messages took a long time because go will
have to allocate/copy a lot of times.

This speeds up the allocation by preallocate arrays of correct size for args
and msg

Docker-DCO-1.1-Signed-off-by: Daniel, Dao Quang Minh <dqminh89@gmail.com> (github: dqminh)
2014-11-12 00:04:45 -05:00
..
parser Remove the redundant stripComment. 2014-11-09 23:07:44 +08:00
MAINTAINERS Add a new MAINTAINERS file for the builder. 2014-09-17 15:36:04 -07:00
dispatchers.go builder: Restore /bin/sh handling in CMD when entrypoint is specified with JSON 2014-10-27 21:50:22 +00:00
evaluator.go speed up creation of args and msg for huge cmds 2014-11-12 00:04:45 -05:00
internals.go Use the HTTP Last-Modified http header as the mtime value for ADD cmd when present 2014-11-07 13:58:05 -08:00
job.go Merge pull request #8468 from laktek/master 2014-10-31 14:43:21 -07:00
support.go builder: handle escapes without swallowing all of them. 2014-10-27 17:38:24 +00:00