[Python-checkins] CVS: python/dist/src/Python ceval.c,2.287,2.288

Tim Peters tim.one@home.com
Thu, 8 Nov 2001 02:08:57 -0500


> Did anyone try to fix what we already have?  I'd like to see what the
> effect of that is.
>
> Jeremy

Yes, I repaired the existing fast-path.  On artificial string-compare tests
it sped stuff up from a few percent to 10%, "depending".  It should also
help for all compares of same-type builtins.