On some projects i had some performance issues... I don't mean that "you WILL have performance issues", i mean that "you MAY have performance issues". Really don't know why... and never had time to get into it. Sorry...

 

-----Original Message-----
From: "Anthony Baxter" <[EMAIL PROTECTED]>
To: "Discussion of IronPython" <users@lists.ironpython.com>
Date: Tue, 26 Sep 2006 19:33:51 +1000
Subject: Re: [IronPython] Static methods

On 9/26/06, fabio.pliger <[EMAIL PROTECTED]> wrote:
>
>  Agree... But huge use of decorators in a complex application tends tslow
> down performance and generate complex and longer tracebacks...

Why? Decorators are applied at the time the function or method is
created, not at runtime.
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to