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'd suggest providing alist->hashtab (and hashtab->alist or at least
> hashtab-keys) instead of overloading the constructor. I'm not sure
> association vectors are very useful - they don't offer either
> performance or flexibility, though I suppose they are about easy to
> iterate on as alists.

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

> 
>  - Maciej
> 
>