Guile Mailing List Archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: avl-trees vs. hashes



Jay Glascoe <jglascoe@jay.giss.nasa.gov> writes:

| Just a thought: how about a hash table with avl-trees for buckets?

Trees are only worth to be used, when used with a big number of
elements, because of the O(log(n)).  The bigger the number the better
they are.

-- 
/* In the beginning was the Word: */
typedef long SCM;

Guile Home | Main Index | Thread Index