Dear OCaml community,
I’m pleased to announce the first release of mset, a library that implements multisets as soon as they are small enough to fit inside a single int (as a bitset).
It is available via opam and here at GitHub:
I implemented this library as part of a project to count anagrams but I anticipate it might be useful for other purposes.
Happy hacking,
Jean-Christophe