The primitive package
This package provides wrappers for primitive array operations from GHC.Prim.
Changes in version 0.4.1
New module Data.Primitive.MutVar
Changes in version 0.4.0.1
Critical bug fix in fillByteArray
Changes in version 0.4
Support for GHC 7.2 array copying primitives
New in Data.Primitive.ByteArray: copyByteArray, copyMutableByteArray, moveByteArray, fillByteArray
Deprecated in Data.Primitive.ByteArray: memcpyByteArray, memcpyByteArray', memmoveByteArray, memsetByteArray
New in Data.Primitive.Array: copyArray, copyMutableByteArray
New in Data.Primitive.Addr: copyAddr, moveAddr
Deprecated in Data.Primitive.Addr: memcpyAddr
Properties
| Versions | 0.1, 0.2, 0.2.1, 0.3, 0.3.1, 0.4, 0.4.0.1, 0.4.1, 0.5, 0.5.0.1 |
|---|---|
| Dependencies | base (4.*), ghc-prim |
| License | BSD3 |
| Copyright | (c) Roman Leshchinskiy 2009-2010 |
| Author | Roman Leshchinskiy <rl@cse.unsw.edu.au> |
| Maintainer | Roman Leshchinskiy <rl@cse.unsw.edu.au> |
| Category | Data |
| Home page | http://code.haskell.org/primitive |
| Upload date | Mon Jan 9 18:29:30 UTC 2012 |
| Uploaded by | RomanLeshchinskiy |
| Built on | ghc-7.4 |
| Distributions | Fedora: 0.5.0.1, NixOS: 0.5.0.1, Debian: 0.5.0.1, FreeBSD: 0.5.0.1 |
Modules
Downloads
- primitive-0.4.1.tar.gz (Cabal source package)
- package description (included in the package)