ifl0w / RandomWallpaperGnome3

Random Wallpapers for Gnome 3
MIT License
176 stars 40 forks source link

Investigate the overhead of the local folder source implementation #162

Open ifl0w opened 1 year ago

ifl0w commented 1 year ago

The first implementation of the local folder support crawls the folder every time an image is requested. This might be a relevant disk overhead that has to be investigated.

Especially on hard disks with large wallpaper collections, this might not be acceptable? Some caching/indexing of the files might be necessary?