freebsd-ports/devel/hs-uvector/pkg-descr
Gabor Pali cadb49ec90 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".

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

PR:		ports/142285
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-04 07:55:09 +00:00

7 lines
315 B
Text

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