projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
582cd6d
)
Preload folder outlines before memoizing folder order. This improves
author
Taylor R. Campbell
<net/mumble/campbell>
Sun, 11 Mar 2007 15:35:18 +0000
(15:35 +0000)
committer
Taylor R. Campbell
<net/mumble/campbell>
Sun, 11 Mar 2007 15:35:18 +0000
(15:35 +0000)
the performance of sorting IMAIL folders dramatically.
v7/src/imail/imail-core.scm
patch
|
blob
|
history
diff --git
a/v7/src/imail/imail-core.scm
b/v7/src/imail/imail-core.scm
index 80020887f3477c8a6f273786706e4f0b3c55d247..c970b5a1e81b5999d27d35474c122ffb9aedec5b 100644
(file)
--- a/
v7/src/imail/imail-core.scm
+++ b/
v7/src/imail/imail-core.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: imail-core.scm,v 1.16
0 2007/03/11 15:04:31
riastradh Exp $
+$Id: imail-core.scm,v 1.16
1 2007/03/11 15:35:18
riastradh Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@
-780,6
+780,7
@@
USA.
(loop)))))))
(define (build-folder-order-tree order folder)
+ (preload-folder-outlines folder)
((imail-ui:message-wrapper "Sorting folder")
(lambda ()
(let ((length (folder-length folder))