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) |
||
---|---|---|
.. | ||
graph.go | ||
tags.go | ||
tags_unit_test.go |