pkgsrc-WIP-cvs archive

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

CVS commit: wip/hs-vector-bytestring



Module name:    wip
Committed by:   phonohawk
Date:           Thu Feb  2 13:11:52 UTC 2012

Import into wip/hs-vector-bytestring

Log Message:
Import hs-vector-bytestring-0.0.0.1 as wip/hs-vector-bytestring.

A time and space-efficient implementation of byte vectors using
vectors of Word8, suitable for high performance use, both in terms of
large data quantities, or high speed requirements. Byte vectors are
encoded as strict Word8 arrays of bytes, held in a ForeignPtr, and can
be passed between C and Haskell with little effort.

Original GHC implementation by Bryan O'Sullivan. Rewritten to use
Data.Array.Unboxed.UArray by Simon Marlow. Rewritten to support slices
and use ForeignPtr by David Roundy. Polished and extended by Don
Stewart. Redefined ByteString as a Vector (from the vector package) of
Word8s by Bas van Dijk.

Status:

Vendor Tag:     PHONOHAWK
Release Tags:   PHONOHAWK_20120202
                
N wip/hs-vector-bytestring/Makefile
N wip/hs-vector-bytestring/PLIST
N wip/hs-vector-bytestring/distinfo
N wip/hs-vector-bytestring/buildlink3.mk
N wip/hs-vector-bytestring/DESCR
N wip/hs-vector-bytestring/patches/patch-vector-bytestring.cabal

No conflicts created by this import


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
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