GDB/XMI (XML Machine Interface)

Fabian Cenedese Cenedese@indel.ch
Mon Aug 23 09:27:00 GMT 2004


>xml tree parsers also have the disadvantage of needing a lot of
>memory.  the estimates are 10x to 30x the size of the xml
>document, which puzzles me.  it's not clear to me why you'd need
>more than about 2x.  (actually I'd expect more like 0.8x since
>xml is redundantly verbose.)

I guess part of it is because you need additional managing data.
Tree nodes, list nodes, pointers, counters, whatever... In the
XML file the same structure is just laid out by order of the lines.

bye  Fabi




More information about the Gdb mailing list