HashSet
HashSet is a hashed set library for Objective Caml.
Buckets are ordered and the first element of a bucket is kept in a
separate array, with occupation controlled by a bitvector.
[ Homepage ]
| Author: | Mario Pernici. |
| Last modification date: | 08-Mar-2006 |
| Development status: | Beta |
| Kind: | Libraries :: Native OCaml libraries |
| License: | Open Source :: LGPL |
| Topic: | General purpose libraries :: Data structures |
| Homepage: | http://wwwteor.mi.infn.it/~pernici/ocaml/ocaml.html |