Should have similar, if not better, performance
Also removes the unnecessary guard around alias, as find was made stricter in a previous commit, and prunes any paths that would result in an invalid ID
This seems like the "correct" way of doing something like this, so I hope there's no performance regressions for you either
Should have similar, if not better, performance Also removes the unnecessary guard around
alias
, asfind
was made stricter in a previous commit, and prunes any paths that would result in an invalid IDThis seems like the "correct" way of doing something like this, so I hope there's no performance regressions for you either