E&S CVS Commit: PyProtocols - Added Pyrex/C speedups module with faster versions of critical-path code.

pje at eby-sarna.com pje at eby-sarna.com
Sun Jun 8 06:37:10 EDT 2003


Module Name:	PyProtocols
Committed By:	pje
Date:		Sat Jun  7 19:10:06 UTC 2003

Modified Files:
	PyProtocols: MANIFEST.in setup.py
	PyProtocols/src/protocols: adapters.py advice.py api.py classic.py
	    interfaces.py
Added Files:
	PyProtocols/src/protocols: _speedups.c _speedups.pyx

Log Message:
Added Pyrex/C speedups module with faster versions of critical-path code.
The test suite runs about 25% faster, which isn't bad considering how much
overhead there is in running tests (e.g. printing dots, calling setUp(),
calling tearDown()...).  Now to test it with something whose speed heavily
depends on 'adapt()'.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/MANIFEST.in.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PyProtocols/setup.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PyProtocols/src/protocols/_speedups.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PyProtocols/src/protocols/_speedups.pyx?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PyProtocols/src/protocols/adapters.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PyProtocols/src/protocols/advice.py.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PyProtocols/src/protocols/interfaces.py.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PyProtocols/src/protocols/api.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/PyProtocols/src/protocols/classic.py.diff?r1=1.14&r2=1.15

To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 PyProtocols/MANIFEST.in
cvs rdiff -r1.3 -r1.4 PyProtocols/setup.py
cvs rdiff -r0 -r1.1 PyProtocols/src/protocols/_speedups.c \
    PyProtocols/src/protocols/_speedups.pyx
cvs rdiff -r1.2 -r1.3 PyProtocols/src/protocols/adapters.py
cvs rdiff -r1.8 -r1.9 PyProtocols/src/protocols/advice.py \
    PyProtocols/src/protocols/interfaces.py
cvs rdiff -r1.7 -r1.8 PyProtocols/src/protocols/api.py
cvs rdiff -r1.14 -r1.15 PyProtocols/src/protocols/classic.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