pkgsrc-WIP-cvs archive

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

CVS commit: wip/hs-vector



Module name:    wip
Committed by:   phonohawk
Date:           Sat Jan  8 04:59:25 UTC 2011

Import into wip/hs-vector

Log Message:
Import hs-vector-0.7.0.1 as wip/hs-vector.

An efficient implementation of Int-indexed arrays (both mutable and
immutable), with a powerful loop fusion optimization framework.

It is structured as follows:
* Data.Vector
    Boxed vectors of arbitrary types.
* Data.Vector.Unboxed
    Unboxed vectors with an adaptive representation based on data type
    families.
* Data.Vector.Storable
    Unboxed vectors of Storable types.
* Data.Vector.Primitive
    Unboxed vectors of primitive types as defined by the primitive
    package. Data.Vector.Unboxed is more flexible at no performance
    cost.
* Data.Vector.Generic
    Generic interface to the vector types.

Status:

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

No conflicts created by this import


------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
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