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]

Re: Scheme style auto-resizing hashtable


> I was just thinking "association vectors" because the avl-tree entries are
> both ordered and keyed.

but you're right about the alist->hashtab, hashtab->alist, then someone
could trade in their hashtab for an alist (if they wanted to).

So, make-hashtab shall accept NO arguments!  (absolutely fool-proof ;)