NewTools icon indicating copy to clipboard operation
NewTools copied to clipboard

Inspecting big arrays freezes the image

Open guillep opened this issue 3 years ago • 0 comments

Inspecting arrays with >=1G elements freezes the image, in some cases it does not even respond to interruption.

To reproduce inspect (on an image with everything saved or things you don't care about):

Array new: 1024**3

I managed sometimes to interrupt (cmd+.) with 1GB, but it was impossible with 3GB

Array new: 1024**3 * 3

Also, same happens with big ByteArray

guillep avatar Mar 11 '21 15:03 guillep