Indexing threading (wasRe: Moore's law and why persistence may not be necessary. (fwd))

Bijan Parsia bparsia at email.unc.edu
Wed Jan 23 16:19:05 UTC 2002


For other folks, something like:

|di|
di _ MailMessageIndex withAdaptor: (MailMessageIndexAdaptor new).

[(categoriesFile messagesIn: '1Sept-Oct2001') do: [:msgId|
di add: (self getTOCentry: msgId). (Delay forMilliseconds: 300) wait]]
fork.

di inspect

Helps enormously. If you up the Delay, obviously things go slower, but
reponsivness improves.

At least it doesn't painful lock your machine up, now ;)

Cheers,
Bijan Parsia.




More information about the Squeak-dev mailing list