Stroodle Benchmarks, CPS 108, Spring 1997

Here are the benchmark times for the stroodle program. The program stroodlebench.cc is accessible (we called this readfaststr.cc in class.)
godzilla5 189> /bin/time stroodlebench data/hawthorne.txt > /dev/null

real       10.8
user        4.9
sys         0.5
godzilla5 190> /bin/time stroodlebench data/hawthorne.txt > /dev/null

real       11.2
user        4.7
sys         0.5
godzilla5 191> /bin/time stroodlebench data/hawthorne.txt > /dev/null

real        7.9
user        4.8
sys         0.6

godzilla5 192> /bin/time stroodlebench data/bible10.txt  > /dev/null

real     1:11.9
user       41.5
sys         3.2
godzilla5 193> /bin/time stroodlebench data/bible10.txt > /dev/null

real     1:04.7
user       41.1
sys         2.9

The program tokens.cc showing how to use strtok is also available.


Owen L. Astrachan
Last modified: Tue Feb 18 23:27:12 EST