footprint Questions

6

Solved

I heard many libraries such as JXTA and PjSIP have smaller footprints. Is this pointing to small resource consumption or something else?
Calves asked 24/10, 2009 at 13:50

1

Can anyone point to serious comparison of Python runtime footprint versus Java? Thanks, Avraham
Agram asked 27/4, 2009 at 20:49

12

Is the memory space consumed by one object with 100 attributes the same as that of 100 objects, with one attribute each? How much memory is allocated for an object? How much additional space is us...
Impenitent asked 3/11, 2008 at 8:24

1

Solved

I have implemented a simple-minded loader for haskell plugins to my Main.hs module. The only function I use right now is load from this site Looking at my compiled application size shows me an ove...
Unload asked 10/7, 2012 at 0:55

2

Solved

I'm quite impressed by what Lift 2.0 brings to the table with Actors and StatefulSnippets, etc, but I'm a little worried about the memory overhead of these things. My question is twofold: How doe...
Caress asked 22/8, 2010 at 7:37

1

Solved

I'm using Qt for an embedded Linux app and want to make it as small as possible. At the moment If I make a statically compiled executable it will be 3.9Mb, pretty much only using the GUI parts I ne...
Disclimax asked 17/2, 2010 at 21:50

2

Solved

As I can see, beta2 of .Net Framework 4.0 installation program is only 55MB, and it was 200+MB for .Net 3.5, What's happening?
Atory asked 18/12, 2009 at 15:16

3

Java - or at least Sun's Hotspot JVM - has long had a reputation for having a very large memory footprint. What exactly is it about the JVM that gives it this reputation? I'd be interested in a det...
Incorporation asked 10/7, 2009 at 6:26

8

This issue is important especially for embedded development. Exception handling adds some footprint to generated binary output. On the other hand, without exceptions the errors need to be handled s...
Frankpledge asked 27/3, 2009 at 19:23

3

Solved

I have a C++ template class that gets instantiated with 3 different type parameters. There's a method that the class needs to have for only one of those types and that isn't ever called with the tw...
Argueta asked 8/10, 2008 at 14:41
1

© 2022 - 2024 — McMap. All rights reserved.