FileModes - ARMmaster17/GhostData GitHub Wiki
#FileModes GhostData supports 3 different modes. You will have to experiment with trial and error to find the fastest mode for your project.
Mode 0
This mode will read the source content straight from the hard disk. No optimization of any kind will be attempted. Use this in environments that utilize SSD or advanced hardware RAID configurations.
Mode 1
This mode combines modes 0 and 2 for high-performance disk read/writes without a heavy impact on RAM usage.
Mode 2
This mode will parse and load the entire source into memory. Use this when you have slow hard drives, but lots of memory (not recommended for desktop grade applications).