hash table

View: New views
2 Messages — Rating Filter:   Alert me  

hash table

by Stefan Savev :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I've been looking for a hash table in the basis library,
but I did not find one.

Do you have?

Thanks,

Stefan

_______________________________________________
MLton mailing list
MLton@...
http://mlton.org/mailman/listinfo/mlton

Re: hash table

by Gergely Buday :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/7/27 Stefan Savev <savev@...>:
> I've been looking for a hash table in the basis library,
> but I did not find one.
>
> Do you have?

There is no such thing in the Basis Library since you can implement
one using the language. Remember, Basis Library functionality is for
those things that can not be implemented in SML per se or the
implementation would not be fast.

Standard ML of New Jersey has a structure called HashTable whose
signature is in theory this:

http://www.smlnj.org//doc/smlnj-lib/Manual/hash-table.html

but my actual signature in my sml/nj 110.68 is a bit different.

- Gergely

_______________________________________________
MLton mailing list
MLton@...
http://mlton.org/mailman/listinfo/mlton