Re: Speeding up thumbnail generation (like multi threaded). Thoughts please.



Have you profiled to see if the bottleneck is CPU bound? If its IO bound, you will only cause more contention by adding threading.

At minimum, using a thread (or async gio) to load files and another thread that just thumbnails might be a good idea.

Cheers,

-- Christian

Mark wrote:
  is there anyone here that has experienced with this? is there
anyone i an work with on this? actually anyone that could help me
through this? i'm brand new in glib and new to programming in general.
I would like to give this a try but i'm afraid i can't do this alone.
So any information about this, help and thoughts would be nice.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]