Subject: CVS commit: wip/hs-vector-bytestring
From: PHO / phonohawk
Date: 2012-02-02 14:11:52
Message id: E1RswSQ-0003Lm-5C@sfs-ml-4.v29.ch3.sourceforge.com

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.


Files:
RevisionActionfile
1.1importwip/hs-vector-bytestring/Makefile
1.1importwip/hs-vector-bytestring/PLIST
1.1importwip/hs-vector-bytestring/distinfo
1.1importwip/hs-vector-bytestring/buildlink3.mk
1.1importwip/hs-vector-bytestring/DESCR
1.1importwip/hs-vector-bytestring/patches/patch-vector-bytestring.cabal