blob: 381d052092ff020694d3273401e964e39a801ca7 (
plain) (
blame)
1
2
3
4
5
6
7
|
Fast unboxed arrays with a flexible interface for Haskell. 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.
WWW: http://code.haskell.org/~dons/code/uvector
|