nydus icon indicating copy to clipboard operation
nydus copied to clipboard

Optimize entry search algorithm for rafs v6

Open changweige opened this issue 3 years ago • 0 comments

It would be better to implement binary search when searching an entry from directories. Now it is a linear search in the method get_child_by_name()

changweige avatar Aug 10 '22 06:08 changweige