BufferedStreams

Build Status codecov Project Status: Inactive Chat on Discord

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")