pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/hs-hashmap



Module name:    wip
Committed by:   phonohawk
Date:           Mon Nov 14 09:27:46 UTC 2011

Import into wip/hs-hashmap

Log Message:
Import hs-hashmap-1.2.0.1 as wip/hs-hashmap.

An implementation of persistent Map and Set containers based on
hashing. The implementation is build on top of Data.IntMap.IntMap and
Data.IntSet.IntSet, with very similar API. It uses Hashable class from
the hashable package for hashing.

This package can be used as a drop-in replacement for Data.Map and
Data.Set modules.

The Map key value is an Data.IntMap.IntMap indexed by the hash value,
containing either one (key, value) or a Data.Map.Map key value for all
keys with the same hash value.

The Set elem is an Data.IntMap.IntMap indexed by the hash value,
containing either one elem or Data.Set.Set elem for all elements with
the same hash value.

Status:

Vendor Tag:     PHONOHAWK
Release Tags:   PHONOHAWK_20111114
                
N wip/hs-hashmap/Makefile
N wip/hs-hashmap/PLIST
N wip/hs-hashmap/distinfo
N wip/hs-hashmap/buildlink3.mk
N wip/hs-hashmap/DESCR

No conflicts created by this import


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index