mirror of https://github.com/docker/docs.git
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) |
||
---|---|---|
.. | ||
parser | ||
MAINTAINERS | ||
dispatchers.go | ||
evaluator.go | ||
internals.go | ||
job.go | ||
support.go |