E&S CVS Commit: PEAK - Retrieving an already-computed Once binding is now only 15% slower than

pje at eby-sarna.com pje at eby-sarna.com
Sun Feb 23 20:49:00 EST 2003


Module Name:	PEAK
Committed By:	pje
Date:		Mon Feb 24 01:48:39 UTC 2003

Modified Files:
	PEAK/src/peak/binding: _once.c _once.pyx

Log Message:
Retrieving an already-computed Once binding is now only 15% slower than
access to a regular Python new-style attribute or slot, at least on my
Windows machine.  I think Once is now tuned enough; next it needs thread
safety for the actual computation, and variant versions to be used for
structural feature computations.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/binding/_once.c.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/binding/_once.pyx.diff?r1=1.3&r2=1.4

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/binding/_once.c \
    PEAK/src/peak/binding/_once.pyx

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