[xsde-users] Library Size/Executable Size/Memory Usage

Boris Kolpackov boris at codesynthesis.com
Thu Mar 29 06:09:22 EDT 2007


Hi Robert,

Robert Greger <Robert.Greger at GeneralDigital.com> writes:

> Is there any information on Library Size/Executable Size/Memory Usage?

It is tricky to get any meaningful results for this because the
executable size and memory usage depend on the size, structure,
and complexity of the schemas in a particular application. Runtime
library size can also be used only as a rough guide since it is a
static library and contains built-in parser that your application
may not use so they won't be linked in.

To give an idea, here are the numbers for the XSDBench[1] schema.
I would put this schema in the medium range on the size and
complexity scale. This information will also be available with
the next release of XSDBench. The code was compiled for 32 bit
linux target with g++-2.95.


              validating       non-validating
---------------------------------------------
a.out         250KB            222KB
libxsde.a     344KB            300KB
heap peak     35KB             35KB
stack peak    3KB              2KB



[1] http://www.codesynthesis.com/projects/xsdbench/


hth,
-boris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 652 bytes
Desc: Digital signature
Url : http://codesynthesis.com/pipermail/xsde-users/attachments/20070329/e071a22c/attachment.pgp


More information about the xsde-users mailing list