On 15.05.2020 16:54, Denis Kovalchuk wrote: > Hello. > > I think that currently the code that obtains inherited properties for servers > that don't support the capability uses an inefficient way of array filling. > At each iteration, all previously added properties are moved one position to > the right to maintain depth-first order. I think it's possible to provide a > similar behavior walking the array of iprop requests from the end and get rid > of extra copying of array elements. > > I've attached a patch.
Looks like an obvious fix. +1 -- Brane