;
> *From:* users-boun...@lists.ironpython.com [mailto:
> users-boun...@lists.ironpython.com] *On Behalf Of *Patrick DeschĂȘnes
> *Sent:* Thursday, September 17, 2009 1:00 PM
> *To:* users@lists.ironpython.com
> *Subject:* [IronPython] Many small objects and memory footprint
>
>
bject: [IronPython] Many small objects and memory footprint
Hello,
I'm currently using IronPython to manage a big tree of small objects.
Everything works as fine but the memory usage is really huge (about 6x greater
than the same program writtent in C#). I assumed the memory usage would be
Hello,
I'm currently using IronPython to manage a big tree of small objects.
Everything works as fine but the memory usage is really huge (about 6x
greater than the same program writtent in C#). I assumed the memory usage
would be greater in dynamic language than in C#. Since I really need to
ha