Skip to content
/ drs Public

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

License

Notifications You must be signed in to change notification settings

SeeSpotRun/drs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages