449b877694
Replace Vec::contains() with HashSet::insert() for O(1) dedup lookups instead of O(n), significantly reducing comparisons during decode. https://claude.ai/code/session_01XzurkeuUmamBuhQwxVy7T4 Signed-off-by: Claude <noreply@anthropic.com>