This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

avl-trees vs. hashes



What are the most striking advantages of hashes over avl-trees (or other
tree-based search structures) that pushed the guile developers into supporting
only hashtables directly? Are binary-tree structures particularly bad for
Scheme?

     Klaus Schilling