How this tool computes its result
Fetches two sitemap URLs in parallel (each capped at 200,000 URLs), builds a Set from each URL list, and classifies every second-sitemap URL absent from the first as "added," every first-sitemap URL absent from the second as "removed," and every first-sitemap URL still present in the second as "unchanged." Comparison is exact string equality on the full URL -- there is no normalization of trailing slashes, query parameters, or protocol before comparing.
