Snippets tagged stream

  • ByteString

    An initial attempt at creating a ByteString type based on the Haskell version.

    4 people like this

    Posted: 12 years ago by Ryan Riley

  • Fast Async Stream Copy

    This is a simple code implementation to copy Streams leveraging the Async workflow. After the first read, the write and read processes are done in parallel. I also used an Array of Array as buffer to avoid false sharing memory. An other improvment option could be to increase the buffer size if the copy is done in same machine.

    7 people like this

    Posted: 9 years ago by Riccardo Terrell