Hi again,

I'm thinking about removing `CCHashtbl.Default` by adding more utils to the
regular functor `CCHashtbl.Make`
(for instance, I added `get_or: 'a tbl -> key -> or_:'a -> 'a`)
and possibly also merging `Counter` into `CCHashtbl.Make` by adding some
utils that work only on `int tbl`.

Globally, I suspect that some parts of Containers are little used (or
not used at all) and it might benefit from cleanup. I'd also like to
make names more consistent (arguably a problem already present in the
stdlib itself).

Any feedback or protest welcome :)

If you have issues with some current design, think some part of
containers is useless, some feature is sorely missing, please send a
mail here or add an issue on github!

-- 
Simon Cruanes

http://weusepgp.info/
key 49AA62B6, fingerprint 949F EB87 8F06 59C6 D7D3  7D8D 4AC0 1D08 49AA 62B6

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Containers-users mailing list
Containers-users@lists.ocaml.org
http://lists.ocaml.org/listinfo/containers-users

Reply via email to