Guile Mailing List Archive

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

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
> 
> 


Guile Home | Main Index | Thread Index