Commit 8e54c4dd 8e54c4ddceb972f336c3dded87ec779c4b9ff228 by Sergey Poznyakoff

Updated

1 parent 505022c1
Showing 1 changed file with 21 additions and 0 deletions
1 2004-01-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2
3 * mailbox/amd.c: Use sorted message array with binary
4 searches/inserts. This speeds up the mh/maildir
5 operations considerably. Testing on a MH folder
6 with 6000 messages shows the following data:
7
8 Time of execution
9 List Array+Bsearch % Speedup (times)
10 scan 24.795 7.526 30.3 3.294
11 refile (to) 10.915 0.068 0.6 160.514
12 rmm 10.893 0.105 1 103.742
13
14 * mailbox/include/amd.h: Likewise.
15 * mailbox/maildir/mbox.c: Likewise.
16 * mailbox/mh/mbox.c: Likewise.
17
18 * imap4d/auth_gss.c: Support for GSS. Submitted by
19 Simon Josefsson.
20 * m4/gssapi.m4: Likewise.
21
1 2004-01-20 Wojciech Polak 22 2004-01-20 Wojciech Polak
2 23
3 * doc/texinfo/*.texi: Major reorganization in the documentation. 24 * doc/texinfo/*.texi: Major reorganization in the documentation.
......