Re: Creation form from PNG file very slow on Pharo 4 and 5
Posted by Stephan Eggermont-3 on Jan 16, 2016; 1:46pm
URL: https://forum.world.st/Creation-form-from-PNG-file-very-slow-on-Pharo-4-and-5-tp4871776p4871812.html
On 16-01-16 14:48, Dimitris Chloupis wrote:
> sorry but thats plain horrible performance wise and those images are
> needed as soon as the gui is opened. So there can be no lazy loading for
> them. The total size for all the 60 images is 530kbs . What would happen
> if I did some serious animations of 10s of mbs , I will have to go to
> buy a coffee to get my GUI opened :D
Is that on a disk or an SSD? You won't be able to get much more than 60
files opened/s on a disk.
Stephan