Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Existing solutionProposed solution
Because the existing solution uses a regex, all fragments in anchor 3 need to be examined , so to see if they match the regex.Because the proposed solution uses sub-queries to look up each path component, only relevant fragments are examined.

...