E&S CVS Commit: PyProtocols - Refactor generic functions to not know anything about the structure or type

pje at eby-sarna.com pje at eby-sarna.com
Tue Apr 5 09:49:05 EDT 2005


Module Name:	PyProtocols
Committed By:	pje
Date:		Sun Apr  3 21:55:37 UTC 2005

Modified Files:
	PyProtocols/src/dispatch: _speedups.c _speedups.pyx functions.py
	    strategy.py
	PyProtocols/src/protocols/tests: test_dispatch.py

Log Message:
Refactor generic functions to not know anything about the structure or type
of dispatch nodes, so that we can use specialized index and node types for
various purposes (such as fixing the O(n^2) inequality problem).


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/_speedups.c.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/_speedups.pyx.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/functions.py.diff?r1=1.36&r2=1.37
http://cvs.eby-sarna.com/PyProtocols/src/dispatch/strategy.py.diff?r1=1.27&r2=1.28
http://cvs.eby-sarna.com/PyProtocols/src/protocols/tests/test_dispatch.py.diff?r1=1.38&r2=1.39

To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 PyProtocols/src/dispatch/_speedups.c \
    PyProtocols/src/dispatch/_speedups.pyx
cvs rdiff -r1.36 -r1.37 PyProtocols/src/dispatch/functions.py
cvs rdiff -r1.27 -r1.28 PyProtocols/src/dispatch/strategy.py
cvs rdiff -r1.38 -r1.39 PyProtocols/src/protocols/tests/test_dispatch.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list