A time and space-efficient implementation of byte vectors using packed Word8 arrays, suitable for high performance use, both in terms of large data quantities, or high speed requirements. Byte vectors are encoded as strict Word8 arrays of bytes, and lazy lists of strict chunks, held in a ForeignPtr, and can be passed between C and Haskell with little effort. Documentation can be found at the bytestring hackage page.
Stats
created |
2 years ago |
viewed |
3 times |
active |
2 years ago |
editors |
1 |
Recent Hot Answers
Reading large file in haskell?Haskell Lazy ByteString + read/write progress function
Purity of functions generating ByteString (or any object with ForeignPtr component)
When do I use ByteString and when do I not?
Haskell iteratee: simple worked example of stripping trailing whitespace
more »
Related Tags
haskell × 67python × 12
binary × 7
io × 7
string × 6
text × 6
byte × 5
lazy-evaluation × 5
performance × 5
parsing × 5
c × 3
unicode × 3
python-3.x × 3
image × 3
parsec × 2
bits × 2
arrays × 2
real-world-haskell × 2
ghc × 2
utf-8 × 2
networking × 2
strict × 2
iteration
iphone
