Speed up the most egregious "if token in (long tuple)" cases by using
a dict instead. (Alas, using a Set would be slower instead of faster.)
Showing
Please
register
or
sign in
to comment
a dict instead. (Alas, using a Set would be slower instead of faster.)