https://github.com/csatizoltan/disk-optimizer
Write files optimally on disks
https://github.com/csatizoltan/disk-optimizer
disk-optimizer
Last synced: 4 months ago
JSON representation
Write files optimally on disks
- Host: GitHub
- URL: https://github.com/csatizoltan/disk-optimizer
- Owner: CsatiZoltan
- License: apache-2.0
- Created: 2015-06-14T13:06:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T16:38:38.000Z (over 10 years ago)
- Last Synced: 2025-09-15T18:54:20.097Z (4 months ago)
- Topics: disk-optimizer
- Language: C
- Size: 746 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disk-Optimizer
Write files optimally on disks.
Besides external HDDs and cloud storage, optical storage facilities (CDs, DVDs, etc.) are still used for data backup. It is often of interest how to place data on
them so that the minimum number of disks are required. Manual distribution for many files are cumbersome, therefore some kind of automation is welcome.
Currently the Best Fit Decreasing algorithm is used.