On Feb 5, 4:56 pm, Arnaud Delobelle <[EMAIL PROTECTED]> wrote:

> Could it be because .NET doesn't have arbitrary length integer types
> and your little benchmark will  create lots of integers > 2**32 ?
> What is the result if you replace foo(a) with

> def foo(a): return sqrt(a)

Good observation, in the case above the run times are about the same.

i.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to