On Thu, 2012-12-06 at 09:19 -0500, William Beltrán wrote:
Ok.
Thanks :-)
self._context.ServiceManager.createInstanceWithContext("com.sun.star.frame.Desktop",
self._context)
inputStream =
self.serviceManager.createInstanceWithContext("com.sun.star.io.SequenceInputStream",
self.localContext)
inputStream.initialize((uno.ByteSequence(data),))
Looks like you convert some huge string into a byte sequence. I guess,
that should be reasonably quick. What does your huge string contain ?
zipped ODF ? flat-ODF ? what ?
Is the contain of the file (bytesequence), just like another odf file
that really is a zip file as you knows.
It'd be good to know what is in that sequence :-) is it zipped ODF
data, flat ODF ? etc.
If I open the file in LibreOffice and saves it as xls file that is very
fast.
Sounds very odd; if this is a linux machine - can you run a sampling
profiler like oprofile to work out what is happening there - almost
certainly something very dumb is going on - we should be able to stream
data from a python bytesequence at great speed: it should be ~all native
code from there on in IMHO - so something very odd going on :-) perhaps
some unusual filter / type detection stuff (?).
Thanks !
Michael.
--
michael.meeks@suse.com <><, Pseudo Engineer, itinerant idiot
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.