Categorygithub.com/seespotrun/drs
modulepackage
0.0.0-20160424005733-e06a82849e69
Repository: https://github.com/seespotrun/drs.git
Documentation: pkg.go.dev

# README

drs

coming soon... drs is a golang package to speed up reading from hard disk drives

drs

No more disk thrashing when reading large numbers of files from your HDD. No more "too many open files" when reading from an SSD. drs is a hdd-aware disk read scheduler. Read jobs can be added batch-wise or concurrently; the scheduler tries to minimise seek times and disk thrash by processing the jobs according to physical location of the files on the disk.

Installation

go get github.com/SeeSpotRun/drs

API

See godoc

Example

TODO

Go Report Card

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

Group status constants.
Group status constants.
Group status constants.
Group status constants.

# Structs

File implements the drs.Job interface.
No description provided by the author
No description provided by the author
No description provided by the author