mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
4f169c2db5
Fixes #5166 Current graph.restore is essentially O(n^2 log n) due to how suffixarray creation works. Rather than create/append/create new this supports creation from a seed array of ids. Functional testing shows this eliminates the hang on Creating image graph reported on list. Docker-DCO-1.1-Signed-off-by: Paul Nasrat <pnasrat@gmail.com> (github: pnasrat) |
||
---|---|---|
.. | ||
execdriver | ||
graphdriver | ||
networkdriver | ||
container.go | ||
container_unit_test.go | ||
history.go | ||
runtime.go | ||
runtime_aufs.go | ||
runtime_btrfs.go | ||
runtime_devicemapper.go | ||
runtime_no_aufs.go | ||
server.go | ||
sorter.go | ||
state.go | ||
utils.go | ||
utils_test.go | ||
volumes.go |