BufferedStreams.jl

Fast composable IO streams

MIT License

Stars
41

BufferedStreams

Description

BufferedStreams provides buffering for IO operations. It can wrap any IO type automatically making incremental reading and writing faster.

Installation

using Pkg
Pkg.add("BufferedStreams")