Skip to content

JuliaIO/BufferedStreams.jl

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Sep 4, 2023
Jun 19, 2022
Jun 22, 2018
Aug 14, 2023
Apr 22, 2024
Jun 15, 2022
Jun 19, 2022
Jun 19, 2022
Aug 14, 2023
Jun 19, 2022

Repository files navigation

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