[Haskell-cafe] ANN: unordered-container 0.1.3.0

Johan Tibell johan.tibell at gmail.com
Sat Jun 4 18:28:53 CEST 2011


Hi Joachim,

On Sat, Jun 4, 2011 at 2:23 PM, Joachim Breitner <nomeata at debian.org> wrote:
> Hi Johan,
>
> Am Donnerstag, den 05.05.2011, 23:02 +0200 schrieb Johan Tibell:
>> I've just uploaded a new version of the unordered-containers package,
>> a package of fast hashing-based container types.
>
> I was looking into using HashMap in a tool for the Debian Haskell Group
> that currently uses a somewhat large Map, but I found some functions
> missing that I was using:
>  * unions
>  * element
>  * unionWith
>  * mapWithKey
>
> Do you plan to provide an API as similar to Map as possible, and those
> functions just have not been implemented yet, or will those likely never
> be added?

I plan to add those functions. I just haven't gotten around to it
(hacking on GHC at the moment). Feel free to send patches.

-- Johan



More information about the Haskell-Cafe mailing list