[dovecot-cvs] dovecot/src/lib-storage/index/maildir
maildir-storage.c, 1.117, 1.118
tss-movial at dovecot.org
tss-movial at dovecot.org
Thu Jun 8 15:49:40 EEST 2006
Update of /var/lib/cvs/dovecot/src/lib-storage/index/maildir
In directory talvi:/tmp/cvs-serv22007/lib-storage/index/maildir
Modified Files:
maildir-storage.c
Log Message:
Changed mail-storage API to do the mail sorting internally. Optimized it
internally to keep a 32bit sort_id field in index for each used primary sort
condition. Practically this should mean less disk I/O, memory and CPU usage
when SORT command is used.
Index: maildir-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/maildir/maildir-storage.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- maildir-storage.c 31 May 2006 13:20:48 -0000 1.117
+++ maildir-storage.c 8 Jun 2006 12:49:38 -0000 1.118
@@ -966,7 +966,6 @@
index_mail_alloc,
index_header_lookup_init,
index_header_lookup_deinit,
- index_storage_search_get_sorting,
index_storage_search_init,
index_storage_search_deinit,
index_storage_search_next,
More information about the dovecot-cvs
mailing list