https://issues.apache.org/ooo/show_bug.cgi?id=121465

bmarcelly <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from bmarcelly <[email protected]> ---
The Basic IDE inspector shows a wrong dimension.

In fact, using Xray, Preview is displayed as :
   Table : T(0 to 10502927 ) As Integer
That is : more than 10 millions elements.

When Xray tries to display the contents of the array, memory consumptions
increases of 1150 Mbytes.
This is in line with the real consumption of arrays in Basic : about 100 bytes
per element. 

I think the problem is a limitation of inspectors in such extreme situations,
due to internal design of Basic or the API. You have to load the data in order
to find out it is an array and what are its dimensions.

The image is probably stored as uncompressed graphic data, this is not
efficient.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to