uvector

Fast unboxed arrays with a flexible interface

http://code.haskell.org/~dons/code/uvector

Latest on Hackage:0.1.1.1@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Manuel Chakravarty, Gabriele Keller, Roman Leshchinskiy, Don Stewart
Maintained by Don Stewart

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.