Categorygithub.com/seespotrun/drs
repositorypackage
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