4 Commits

Author SHA1 Message Date
ade 9a492b2268 Update README.md 2025-08-10 22:12:21 +01:00
ade 9d520f90e5 Update README.md
Signed-off-by: Adrian Wood <ade@adeserv.uk>
2025-08-10 22:11:30 +01:00
ade 5a8f3bc365 Uploaded initial script
A script which creates a RAMdisk, copies the contents of the current directory to it, and runs a command of your choice in that RAMdisk copy of the data. Once the command is complete, the RAMdisk contents are synced back to the original directory.

This allows commands to be performed on a directory at the lowest possible latency regardless of the locations of the files, at the expense of start/end time to swop the entire contents or the file system into memory, and the associated RAM requirement to store the files.

Usage: $0 <ramdisk_size> <program_path>
Example: $0 1G dosbox

Signed-off-by: Adrian Wood <ade@adeserv.uk>
2025-08-10 22:10:21 +01:00
ade efa8d4721c Initial commit 2025-08-10 13:29:04 +01:00