diff --git a/gio/ChangeLog b/gio/ChangeLog index ae41f9cfe..0ca8d91ee 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,7 +1,7 @@ 2008-03-31 Alexander Larsson * glocalfileenumerator.c: - Read readdir() info chunks (of 1000) and sort + Read readdir() info in chunks (of 1000) and sort the chunks by inode before stat:ing. This is a 20% performance increase in testing gvfs-ls on /usr/bin with cold cache.