Converting `TravelerList.clinched_by` from a list to a set yielded a slight speed increase in C++. This is worth trying out in Python.
Converting
TravelerList.clinched_byfrom a list to a set yielded a slight speed increase in C++.This is worth trying out in Python.