Re: [Zope] Efficiency of Script (Python) versus External Method

2006-06-16 Thread Chris Withers
Andrew Hedges wrote: Is there a difference in the efficiency of a function as a Script (Python) Zope object versus an External Method? The use case is that I need to run a fairly simple function (an implementation of the Levenshtein distance algorithm) over a result set in the range of 30-40k

[Zope] Efficiency of Script (Python) versus External Method

2006-06-15 Thread Andrew Hedges
Is there a difference in the efficiency of a function as a Script (Python) Zope object versus an External Method? The use case is that I need to run a fairly simple function (an implementation of the Levenshtein distance algorithm) over a result set in the range of 30-40k records. Are