[Python-checkins] python/dist/src/Misc ACKS,1.186,1.187

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sun, 14 Jul 2002 22:16:15 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv2860/Misc

Modified Files:
	ACKS 
Log Message:
docompare():  Another reasonable optimization from Jonathan Hogg for the
explicit comparison function case:  use PyObject_Call instead of
PyEval_CallObject.  Same thing in context, but gives a 2.4% overall
speedup when sorting a list of ints via list.sort(__builtin__.cmp).


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.186
retrieving revision 1.187
diff -C2 -d -r1.186 -r1.187
*** ACKS	12 Jul 2002 13:13:28 -0000	1.186
--- ACKS	15 Jul 2002 05:16:13 -0000	1.187
***************
*** 214,217 ****
--- 214,218 ----
  Chris Hoffman
  Albert Hofkamp
+ Jonathan Hogg
  Gerrit Holl
  Philip Homburg