Skip to content
Commit 08b269d1 authored by Naïm Favier's avatar Naïm Favier Committed by derf
Browse files

cache stat(2) calls

When the user requests sorting by size or mtime, do a "soft preload" of
the file list that only calls stat(2) without loading images.
This avoids calling stat(2) repeatedly on the same files when sorting
the file list, and achieves faster startup on slow filesystems.
parent 186dab66
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment