DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(guile.info.gz) Hash Tables

Info Catalog (guile.info.gz) Association Lists (guile.info.gz) Association Lists and Hash Tables
 
 22.7.3 Hash Tables
 ------------------
 
 Hash tables are dictionaries which offer similar functionality as
 association lists: They provide a mapping from keys to values.  The
 difference is that association lists need time linear in the size of
 elements when searching for entries, whereas hash tables can normally
 search in constant time.  The drawback is that hash tables require a
 little bit more memory, and that you can not use the normal list
 procedures ( Lists) for working with them.
 

Menu

 
* Hash Table Examples         Demonstration of hash table usage.
* Hash Table Reference        Hash table procedure descriptions.
 
Info Catalog (guile.info.gz) Association Lists (guile.info.gz) Association Lists and Hash Tables
automatically generated byinfo2html