GNOME Bugzilla – Bug 349556
[PATCH] Little bug makes gThumb slower than it can be
Last modified: 2006-08-17 16:17:06 UTC
Hi, The preloader code seems to have a little bug: even though VFS priority is set to MAX for the requested image and to MIN for the next and previous one, the gnome_vfs_async_get_file_info is done with NORMAL priority everytime, thus slowing down the loading of the requested image. Also, there are 4 preloaders defined, probably dating back from the days gThumb preloaded images N, N-1, N+1 and N+2. I think getting rid of the fourth one can just spare some resources, and not slow down anything. Patch upcoming...
Created attachment 70036 [details] [review] Fixes described bug
patch applied, thanks.