mirror of
https://github.com/docker/cli.git
synced 2026-08-30 02:24:27 -05:00
74f0d78beb2dc68ea7ca19df996bf95a6f625f81
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) Upstream-commit: 4f169c2db512d2ea9ed5729df375896a1ee90347 Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%