smallarray

low-level unboxed arrays, with minimal features.

http://community.haskell.org/~aslatter/code/bytearray

Latest on Hackage:0.2.2.4

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 Antoine Latter
Maintained by [email protected]

This package includes low-level, portable uboxed array types. The SmallArray has been tuned for size in memory, and hence does not support many of the nice operations supplied by other array libraries