Linked by Thom Holwerda on Mon 29th Aug 2005 16:35 UTC, submitted by Dennis Jakobsen
Thread beginning with comment 25128
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: Good but Awfully slow
by Finalzone on Tue 30th Aug 2005 05:16
in reply to "RE[3]: Good but Awfully slow"






Member since:
2005-07-06
no it is not decompression that is taking time, it is simple a matter of interpreting the xml and building a object tree. Compressing the file probably is helping you as it uses less HDD read time. Parsing XML, then building an object tree is as slow as it gets. But it could go down to a 5 to 8 seconds probably (just a wild guess).
What I would like to see is Oo.org using python as the script language and also to wizards and this kind of stuff that they are using java. Then they can maybe stop working on this uno bridge and let only a C/C++ api and a python script backend. Probably they can get funding from Mark Shutleworth and Ubuntu for that.