cha
This page describes a set of experiments using a generator of Dictionary operations with random numeric keys. The generator was written by Marc Brooks with modifications by C. McGeoch. Send Cathy a note if you have questions or need help.
uncompress dc_generic.tar (If your browser hasn't done it) tar -xf dc_generic.tar cd dc_generic gcc generic_dc.c -o sdc do_trace
traces/
. There are 6 ed
files, which
use keys from a book by Eddington, and 6 jy
files,
which use keys from a book by Joyce. The command files that produced
them are in directory inputs/
. The 6 files have the
following operation sequences:
id 1000 inserts then 1000 deletes is 1000 inserts then 1000 sucessful lookups iu 1000 inserts then 1000 unsuccessful lookups iid 1000 inserts then 1000 repetitions of [ins del] iisd 1000 inserts then 1000 repetitions of [ins suc del] iiud 1000 inserts then 1000 repepetions of [ins uns del]
When the trace files are ready, give them to your dictionary driver to run the dictionary experiments. Use string keys of length 20.
keyfiles
contains
files of unique keys from English text for you to use.
This page is maintained by C.C. McGeoch, who can be reached at ccm@cs.amherst.edu