[Spambayes] some preliminary timings

Skip Montanaro skip at pobox.com
Mon Feb 24 21:21:28 EST 2003


    Anthony> How long does it take to do

    Anthony> for f in 1 2 3 4 5 6 7 8 9 10 ; do
    Anthony>   time python -c "import spambayes" > /dev/null
    Anthony> done 

Wall-clock averaged 0.12 seconds.  user+sys averaged 0.08 seconds.  I guess
that would represent a lower bound (import most of the necessary machinery
but don't mess with databases or process real files).

Skip




More information about the Spambayes mailing list