[plt-scheme] hash table implementation?

From: Noel Welsh (noelwelsh at gmail.com)
Date: Thu Nov 20 11:19:49 EST 2008

I just skimmed the source code and it seems like a standard hash table
implemented using an array.  No evidence of fancy stuff in the code I
looked at.

N.

On Thu, Nov 20, 2008 at 4:03 PM, Stephen De Gabrielle
<spdegabrielle at gmail.com> wrote:
> Hi,
>
> I'm looking a b-trees at the moment and wondered how hash tables are
> implemented in PLT scheme?
>
> Cheers,
>
> Stephen


Posted on the users mailing list.