smartbuf 0.1.1

A high-performance buffered reader with background thread pre-fetching and full seek support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "smartbuf"
version = "0.1.1"
edition = "2024"
license = "MIT"
description = "A high-performance buffered reader with background thread pre-fetching and full seek support."
authors = ["Patrick Hayes"]
readme = "README.md"
repository = "https://github.com/phayes/smartbuf"
homepage = "https://github.com/phayes/smartbuf"
keywords = ["buffer", "prefetch", "seek", "io", "performance"]
categories = ["data-structures"]

[dependencies]
crossbeam-channel = "0.5"
crossbeam-utils = "0.8"