On Mon, Sep 14, 2009 at 3:10 PM, Atton Jonathan
<jonathan.at...@gmail.com> wrote:
> I need to save 2 thumbnails per picture (256x256 an d 512x512).
>
> Is it better to save the thumbnails as real images in a hidden folder for
> example or to save theses thumbnails in an eet files ? I can have more than
> 200 images by folder and I will have to create new thumbnails when an image
> got a change. That's why I am not sure 1 big eet file is better than a list
> of image.
>
> - I think 1 eet file in a folder is better than a list of images for the
> user.

The section in eet file use a specific hash table with 256 entry in it
and a list per bucket. This means, you will get a slowdown at some
point if you have too many entries (Perhaps we could move to eina hash
table, if someone is really impacted by this).

> - I don't know if the access to the eet file will be fast.

Access will be fast, updating and creation could be slow.
-- 
Cedric BAIL

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to