Re: [IronPython] Many small objects and memory footprint

2009-09-17 Thread Patrick DeschĂȘnes
; > *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 > >

Re: [IronPython] Many small objects and memory footprint

2009-09-17 Thread Dino Viehland
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

[IronPython] Many small objects and memory footprint

2009-09-17 Thread Patrick DeschĂȘnes
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