@hackage / uvector

Fast unboxed arrays with a flexible interface

Version Deprecated package0.1.1.1

About

Metadata

  • Last updated , by HerbertValerioRiedel
  • License BSD-3-Clause
  • Maintained by: Don Stewart <dons@galois.com>

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Package Flags

Use the -f option with cabal commands to enable flags

    safe (off by default)

    Compile the library with read/write bound checking enabled.

Readme

Fast unboxed arrays with a flexible interface. The library is built of fusible combinators, as described in the paper /Stream Fusion: From Lists to Streams to Nothing at All/.

For best results, compile with your user programs with -O2 -fvia-C -optc-O3.

This library is deprecated: please consider using the vector package, http://hackage.haskell.org/package/vector.