JuliaIO / BufferedStreams.jl

Fast composable IO streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fast composable IO streams

License:MIT License


Languages

Language:Julia 100.0%