@hackage bitstream0.1

Fast, packed, strict and lazy bit streams with stream fusion

Fast, packed, strict and lazy bit vectors with stream fusion. This is like bytestring but stores bits instead of bytes. NOTE: GHC 7.0.1 fails to fuse almost every cases of bitstream fusion, producing very large and not-so-fast object code. See: http://hackage.haskell.org/trac/ghc/ticket/4397