Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 978 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 978 Bytes

BufferedStreams

Build Status codecov

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