[Spambayes] Using mxBeeBase as hammie DB

Neil Schemenauer nas@python.ca
Thu Oct 17 17:48:14 2002


M.-A. Lemburg wrote:
> Just to put some numbers by the fishes:
> 
> Teaching hammie 13000 messages from comp.lang.python
> gives a database size of 23MB (that's data + index).
> 
> Checking a single message takes 200ms on my Athlon 1200
> (this includes Python startup time).

$ time python2.3 neilfilter.py wordprobs.cdb ~/Maildir/ ~/Maildir/ < test.msg
real    0m0.139s
user    0m0.090s
sys     0m0.020s

$ ls -s wordprobs.cdb
4556 wordprobs.cdb

The database was trained on about 3800 messages.  test.msg is about 1 kB
in size.  My machine is a Athon 1700+ with 512 MB of RAM.

  Neil